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:
parent
fdeb2f5b70
commit
f6af81c405
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Then(/^the task is successful$/) do
|
||||||
end
|
end
|
||||||
|
|
||||||
Then(/^the task fails$/) do
|
Then(/^the task fails$/) do
|
||||||
expect(@success).to be_false
|
expect(@success).to be_falsey
|
||||||
end
|
end
|
||||||
|
|
||||||
Then(/^the failure task will run$/) do
|
Then(/^the failure task will run$/) do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue