pastebinner/Rakefile

7 lines
117 B
Text
Raw Normal View History

2018-08-16 14:54:08 -05:00
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec