Commit 6c22b7ef44761838d8ff77704cf6ce67576db5b3

Authored by Antonio Terceiro
1 parent a56368b8

Calling `cucumber` task instead of `features`

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/test.rake
1   -task :default => [:test, :features]
  1 +task :default => [:test, :cucumber]
... ...