Skip to content

Commit

Permalink
Add Jasmine tests to default rake task
Browse files Browse the repository at this point in the history
* Run JavaScript tests by default
  • Loading branch information
Paul Hayes committed Oct 7, 2013
1 parent 39af5ee commit e1a288b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -7,4 +7,4 @@ require File.expand_path('../config/application', __FILE__)
Transition::Application.load_tasks

task(:default).clear
task :default => [:cucumber, :spec]
task :default => [:cucumber, :spec, 'jasmine:ci']

0 comments on commit e1a288b

Please sign in to comment.