diff options
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index b1308fb..56c259c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1068,6 +1068,13 @@ it('Allows selection of Putincoin', function(done) { | |||
1068 | }; | 1068 | }; |
1069 | testNetwork(done, params); | 1069 | testNetwork(done, params); |
1070 | }); | 1070 | }); |
1071 | it('Allows selection of Ravencoin', function(done) { | ||
1072 | var params = { | ||
1073 | selectText: "RVN - Ravencoin", | ||
1074 | firstAddress: "RBuDoVNnzvFsEcX8XKPm8ic4mgiCzjUCNk", | ||
1075 | }; | ||
1076 | testNetwork(done, params); | ||
1077 | }); | ||
1071 | it('Allows selection of Reddcoin', function(done) { | 1078 | it('Allows selection of Reddcoin', function(done) { |
1072 | var params = { | 1079 | var params = { |
1073 | selectText: "RDD - Reddcoin", | 1080 | selectText: "RDD - Reddcoin", |