1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix rspec assertion be_false != be_falsey

This commit is contained in:
Lee Hambley 2014-11-24 22:49:02 +01:00
parent fdeb2f5b70
commit f6af81c405

View file

@ -87,7 +87,7 @@ Then(/^the task is successful$/) do
end
Then(/^the task fails$/) do
expect(@success).to be_false
expect(@success).to be_falsey
end
Then(/^the failure task will run$/) do