Rakefile in clintegracon-0.6.1 vs Rakefile in clintegracon-0.7.0

- old
+ new

@@ -37,9 +37,14 @@ 'sed -e "s|:in \`.*\'$||g"', 'awk "!/\/bin\/ruby_executable_hooks/"' ].join " | " end + desc 'Approve the bacon integration execution output as acceptable' + task :rebuild_bacon_integration do + `bundle exec rake spec:bacon_integration_runner > spec/bacon/execution_output.txt` + end + desc 'Run all integration specs' task :integration => [ 'spec:bacon_integration' ]