Commit 74b8254

mo khan <mo@mokhan.ca>
2015-01-20 05:22:54
fix broken spec.
1 parent fc467f5
Changed files (1)
spec
spec/support/pages/new_registration_page.rb
@@ -13,7 +13,7 @@ class NewRegistrationPage < PageModel
       fill_in "Username", with: username
       fill_in "Email", with: email
       fill_in "Password", with: password
-      check "I Agree" if accept_terms
+      check "I agree to the" if accept_terms
       click_button "Register"
     end
   end