Skip to content

Commit

Permalink
Add show to list of available completion commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Jun 12, 2012
1 parent eebe894 commit 16d2d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/guard/interactors/completion_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Guard::FooBar < Guard::Guard; end
end

it 'creates the list of string to auto complete' do
subject.completion_list.should =~ %w[help reload exit pause notification backend frontend foo foobar]
subject.completion_list.should =~ %w[help reload exit pause notification backend frontend foo foobar show]
end

it 'does not include the default scope' do
Expand Down

0 comments on commit 16d2d2e

Please sign in to comment.