Skip to content

Commit

Permalink
Clearly separate minitest from cucumber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jul 27, 2016
1 parent 7b1840e commit 2d933af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -4,5 +4,6 @@ require 'bundler/gem_tasks'
load 'tasks/rubocop.rake'
load 'tasks/test.rake'

task default: :test
task default: 'test:all'
task default: 'test:features'
task default: :rubocop unless RUBY_ENGINE == 'rbx'
3 changes: 0 additions & 3 deletions tasks/test.rake
Expand Up @@ -216,6 +216,3 @@ end
file "test/lib/configure" => ["test/lib/autogen.sh", "test/lib/configure.ac"] do
sh %{cd test/lib && ./autogen.sh}
end

task test: 'test:all'
task test: 'test:features'

0 comments on commit 2d933af

Please sign in to comment.