Skip to content

Commit

Permalink
add alias task rake test
Browse files Browse the repository at this point in the history
  • Loading branch information
rainchen committed Jul 28, 2019
1 parent 73f48ee commit b3ef712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)
RSpec::Core::RakeTask.new(:spec) # introduce `rake spec` to Run RSpec code examples

task :default => :spec
task :test => :spec # alias `rake test`
Rake::Task.send :load, 'tasks/code_quality.rake'

0 comments on commit b3ef712

Please sign in to comment.