Commit 8ea1e78a authored by Fabio Pelosin's avatar Fabio Pelosin

[Rakefile] Update integration fixtures task

parent b8b98f2f
......@@ -253,10 +253,11 @@ namespace :spec do
#--------------------------------------#
desc "Rebuild integration take 2 after folders"
task :rebuild_integration_after_folders do
# TODO Run the tests manually before calling this for now
# sh 'bacon spec/integration_2_spec.rb'
task :rebuild_integration_fixtures do
title 'Running Integration 2 tests'
`bundle exec bacon spec/integration_2.rb`
title 'Storing fixtures'
# Copy the files to the files produced by the specs to the after folders
FileList['tmp/*'].each do |source|
destination = "spec/integration/#{source.gsub('tmp/','')}/after"
......
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