Skip to content

Commit

Permalink
miq-bot adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
bmclaughlin committed Feb 3, 2017
1 parent cb8d2af commit 52ef36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helpers/application_helper/toolbar_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
context 'last action set to show' do
let(:lastaction) { 'show' }

%w(main vms instances all_vms).each do | display |
%w(main vms instances all_vms).each do |display|
context "requested to display #{display}" do
it 'returns with false' do
stub_user(:features => :all)
Expand Down

0 comments on commit 52ef36e

Please sign in to comment.