Upgraded rspec 2.14.2 to 2.99.0

This commit is contained in:
Al Snow
2016-03-19 18:33:01 -04:00
parent 91edc5f283
commit fb923baee4
13 changed files with 80 additions and 43 deletions
@@ -23,6 +23,6 @@ feature 'command injection' do
end
click_on 'Start Upload'
end
pending(:if => verifying_fixed?) { File.exists?(legit_file).should be_false }
pending(:if => verifying_fixed?) { File.exists?(legit_file).should be_falsey }
end
end
end