Added notice and removed spoilers from spec names.

This commit is contained in:
chrismo
2013-10-03 11:00:43 -05:00
parent 538d01e5cf
commit 525dfa1717
11 changed files with 41 additions and 15 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ feature 'broken_auth' do
@normal_user = UserFixture.normal_user
end
scenario 'TMI during login - username' do
scenario 'one' do
visit '/'
within('.signup') do
fill_in 'email', :with => @normal_user.email + 'not'
@@ -16,7 +16,7 @@ feature 'broken_auth' do
pending(:if => verifying_fixed?) { find('div#flash_notice').text.should == "#{@normal_user.email}not doesn't exist!" }
end
scenario 'TMI during login - password' do
scenario 'two' do
visit '/'
within('.signup') do
fill_in 'email', :with => @normal_user.email