1
0
Fork 0
greatgazoo/Rakefile

9 lines
132 B
Ruby
Raw Permalink Normal View History

2015-05-16 12:49:38 -04:00
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task default: :spec
task test: :spec