Commit 1a528577 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[RuboCop] Appease

parent b26f26ba
......@@ -200,7 +200,7 @@ begin
title 'Running Integration tests'
sh 'rm -rf spec/cocoapods-integration-specs/tmp'
title 'Building all the fixtures'
sh 'bundle exec bacon spec/integration.rb' do end
sh('bundle exec bacon spec/integration.rb') {}
title 'Storing fixtures'
# Copy the files to the files produced by the specs to the after folders
FileList['tmp/*'].each do |source|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment