Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Jan 5, 2017
1 parent 84f706c commit a4755e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/nanoc/cli/commands/deploy_spec.rb
Expand Up @@ -75,7 +75,7 @@
let(:run) { Nanoc::CLI.run(command) }

it 'lists all deployers' do
expect { run }.to output(/Available deployers:\n fog\n rsync/).to_stdout
expect { run }.to output(/Available deployers:\n fog\n git\n rsync/).to_stdout
end

include_examples 'no effective deploy'
Expand Down

0 comments on commit a4755e0

Please sign in to comment.