Skip to content

Commit

Permalink
Fix default rake task to run :test task
Browse files Browse the repository at this point in the history
  • Loading branch information
aonemd committed Dec 21, 2016
1 parent 2cb3b4b commit ac3d8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Rake::TestTask.new(:test) do |t|
t.test_files = FileList['test/**/*_test.rb']
end

task :default => :spec
task :default => :test

0 comments on commit ac3d8e6

Please sign in to comment.