From 5336b2338b4dea2334a60ab6ef0bb7d692c4dc6d Mon Sep 17 00:00:00 2001 From: Judith Roth Date: Wed, 27 Feb 2019 18:10:18 +0100 Subject: [PATCH] Fix default rake task --- Rakefile | 2 +- tests/rails-3_capybara-1/Gemfile.lock | 6 +++--- tests/rails-3_capybara-2/Gemfile.lock | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Rakefile b/Rakefile index bb4435f..f13b6e5 100755 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ rescue LoadError puts 'Run `gem install gemika` for additional tasks' end -task :default => 'matrix:all_tests' +task :default => 'matrix:tests' namespace :matrix do diff --git a/tests/rails-3_capybara-1/Gemfile.lock b/tests/rails-3_capybara-1/Gemfile.lock index 88a6a11..2705876 100644 --- a/tests/rails-3_capybara-1/Gemfile.lock +++ b/tests/rails-3_capybara-1/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - spreewald (1.12.0) + spreewald (1.12.1) cucumber cucumber_priority (>= 0.3.0) @@ -57,7 +57,7 @@ GEM cucumber (>= 1.2.0) nokogiri (>= 1.5.0) rails (>= 3.0.0) - cucumber_priority (0.3.1) + cucumber_priority (0.3.2) cucumber database_cleaner (1.0.1) diff-lcs (1.3) @@ -160,4 +160,4 @@ DEPENDENCIES sqlite3 BUNDLED WITH - 1.17.2 + 1.17.3 diff --git a/tests/rails-3_capybara-2/Gemfile.lock b/tests/rails-3_capybara-2/Gemfile.lock index e014d8a..3d07615 100644 --- a/tests/rails-3_capybara-2/Gemfile.lock +++ b/tests/rails-3_capybara-2/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - spreewald (1.12.0) + spreewald (1.12.1) cucumber cucumber_priority (>= 0.3.0) @@ -175,4 +175,4 @@ DEPENDENCIES sqlite3 BUNDLED WITH - 1.17.1 + 1.17.3