1
0
Fork 0
puppet-whatpulse/Rakefile

8 lines
125 B
Ruby
Raw Permalink Normal View History

2013-09-30 01:47:14 -04:00
require 'rake'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |t|
t.pattern = 'spec/*/*_spec.rb'
end