Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
will-in-wi committed Oct 12, 2017
1 parent 54c499a commit 83b6adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/capistrano/immutable_task_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Capistrano
load_defaults.extend(Capistrano::ImmutableTask)

$stderr.expects(:puts).with do |message|
message =~ /^WARNING: load:defaults has already been invoked/
message =~ /^ERROR: load:defaults has already been invoked/
end

expect do
Expand Down

0 comments on commit 83b6adb

Please sign in to comment.