aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/rspec.rake
blob: a7a9ae093a85fb3f9ae8fb7ee032380b58b3ac0e (plain) (blame)
1
2
3
4
5
6
require 'rspec/core/rake_task'

desc "Run specs"
RSpec::Core::RakeTask.new do |t|
  t.pattern = "./spec"
end