spec/featrues/nyauth/sessions_spec.rb in nyauth-0.2.2 vs spec/featrues/nyauth/sessions_spec.rb in nyauth-0.2.3
- old
+ new
@@ -15,11 +15,11 @@
end
scenario "can't sign in user" do
click_button('Sign in')
- expect(page).to have_content('invalid')
+ expect(page).to have_content('Invalid')
end
end
feature 'sign out' do
@@ -49,10 +49,10 @@
end
scenario "can't sign in admin" do
click_button('Sign in')
- expect(page).to have_content('invalid')
+ expect(page).to have_content('Invalid')
end
end
feature 'sign out' do