spec/lib/opay/helpers/payu_helper_spec.rb in opay-1.0.1 vs spec/lib/opay/helpers/payu_helper_spec.rb in opay-1.0.3

- old
+ new

@@ -26,9 +26,12 @@ html.should have_css('input[name="amount"]') html.should have_css('input[name="desc"]') html.should have_css('input[name="client_ip"]') html.should have_css('input[name="js"]') + + html.should have_css('input[name="ts"]') + html.should have_css('input[name="sig"]') end it 'works in test mode' do Opay.config.test_mode = true Opay.config.test_mode.should be true