diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-01-28 19:44:22 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-01-28 19:44:22 +1100 |
commit | b37586c7165afb7b3447dfe2780169a88cb0a942 (patch) | |
tree | 0a432ad72ed0d1707ee9d16b470dfa3e38b713c4 /spec/controllers/user_controller_spec.rb | |
parent | 991bcdedb8e6dba6fa187906bfd191fb3f96a6f6 (diff) |
Replace use of have_tag with have_selector from webrat
Diffstat (limited to 'spec/controllers/user_controller_spec.rb')
-rw-r--r-- | spec/controllers/user_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/user_controller_spec.rb b/spec/controllers/user_controller_spec.rb index dcd08dfaa..81360d78c 100644 --- a/spec/controllers/user_controller_spec.rb +++ b/spec/controllers/user_controller_spec.rb @@ -74,7 +74,7 @@ describe UserController, "when signing in" do it "should show sign in / sign up page" do get :signin - response.should have_tag("input#signin_token") + response.should have_selector("input#signin_token") end it "should create post redirect to / when you just go to /signin" do |