Upgraded rspec-rails from 2.99.0 to 3.4.0

This commit is contained in:
Al Snow
2016-04-14 17:34:27 -04:00
parent 8567df32e1
commit 0cc4980c46
15 changed files with 70 additions and 59 deletions
@@ -23,6 +23,7 @@ feature 'command injection' do
end
click_on 'Start Upload'
end
pending(:if => verifying_fixed?) { File.exists?(legit_file).should be_falsey }
pending if verifying_fixed?
expect(File.exists?(legit_file)).to be_falsey
end
end