Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
zdennis committed Jul 17, 2016
1 parent 7742862 commit 4626dd4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/features/addons/listing_addons_spec.rb
Expand Up @@ -20,6 +20,13 @@
end

it 'listing addons completes successfully' do
puts shell.instance_variable_get(:@childprocess)
puts
puts "STDOUT============================"
puts File.read("stdout.log")
puts
puts "STDERR============================"
puts File.read("stderr.log")
expect { shell }.to have_exit_code(0)
end
end

0 comments on commit 4626dd4

Please sign in to comment.