Skip to content

Commit

Permalink
remove output from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dsci committed Dec 21, 2011
1 parent e76ffc8 commit aaf5e7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions spec/project_spec.rb
Expand Up @@ -2,6 +2,15 @@

describe Vendorer do

before do
`rm -rf spec/tmp`
`mkdir spec/tmp`
end

after do
`rm -rf spec/tmp`
end

describe 'file or asset' do

context "with working Vendorfile" do
Expand Down
1 change: 0 additions & 1 deletion spec/support/file_helper.rb
Expand Up @@ -17,7 +17,6 @@ def ls(path)

def run(args='', options={})
out = `cd spec/tmp && bundle exec ../../bin/vendorer #{args} 2>&1`
p out
raise out if $?.success? == !!options[:raise]
out
end
Expand Down

0 comments on commit aaf5e7a

Please sign in to comment.