blob: eb2717f9ba562178ef7ae557481c9669ea253750 [file] [log] [blame]
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
task :test => :spec