Skip to content

Commit

Permalink
Fix default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
judithroth committed Feb 27, 2019
1 parent 4f6be13 commit 5336b23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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)

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -160,4 +160,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.17.2
1.17.3
4 changes: 2 additions & 2 deletions 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)

Expand Down Expand Up @@ -175,4 +175,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.17.1
1.17.3

0 comments on commit 5336b23

Please sign in to comment.