Commit dffffaa1 authored by Fabio Pelosin's avatar Fabio Pelosin

[Integration] rename file

parent 73e471eb
...@@ -182,7 +182,7 @@ namespace :spec do ...@@ -182,7 +182,7 @@ namespace :spec do
desc "Run the integration spec" desc "Run the integration spec"
task :integration => :unpack_fixture_tarballs do task :integration => :unpack_fixture_tarballs do
sh "bundle exec bacon spec/integration_2.rb" sh "bundle exec bacon spec/integration.rb"
end end
# Default task # Default task
...@@ -198,7 +198,7 @@ namespace :spec do ...@@ -198,7 +198,7 @@ namespace :spec do
sh "bundle exec bacon #{specs('**')}" sh "bundle exec bacon #{specs('**')}"
title 'Running Integration tests' title 'Running Integration tests'
sh "bundle exec bacon spec/integration_2.rb" sh "bundle exec bacon spec/integration.rb"
title 'Running examples' title 'Running examples'
Rake::Task['examples:build'].invoke Rake::Task['examples:build'].invoke
...@@ -220,7 +220,7 @@ namespace :spec do ...@@ -220,7 +220,7 @@ namespace :spec do
end end
title 'Running Integration tests' title 'Running Integration tests'
sh "bundle exec bacon spec/integration_2.rb" sh "bundle exec bacon spec/integration.rb"
title 'Running examples' title 'Running examples'
Rake::Task['examples:build'].invoke Rake::Task['examples:build'].invoke
...@@ -262,7 +262,7 @@ namespace :spec do ...@@ -262,7 +262,7 @@ namespace :spec do
desc "Rebuilds integration fixtures" desc "Rebuilds integration fixtures"
task :rebuild_integration_fixtures do task :rebuild_integration_fixtures do
title 'Running Integration tests' title 'Running Integration tests'
`bundle exec bacon spec/integration_2.rb` `bundle exec bacon spec/integration.rb`
title 'Storing fixtures' title 'Storing fixtures'
# Copy the files to the files produced by the specs to the after folders # Copy the files to the files produced by the specs to the after folders
......
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