Skip to content

Commit

Permalink
Spec: log debug for instruments integrations
Browse files Browse the repository at this point in the history
Integration examples need attention #243
  • Loading branch information
jmoody committed Oct 29, 2015
1 parent df2333f commit a15153f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/integration/bin/instruments_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

describe RunLoop::CLI::Instruments do

before do
allow(RunLoop::Environment).to receive(:debug?).and_return true
end

context 'quit' do
it 'has help' do
expect(Luffa.unix_command('run-loop instruments help quit',
Expand Down

0 comments on commit a15153f

Please sign in to comment.