1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Don't need an empty block for RakeTask.new

This commit is contained in:
Tom Stuart 2012-06-07 21:58:10 +01:00
parent b34a9a16b4
commit 412e40e87a

View file

@ -19,8 +19,7 @@ task :compile do
end
end
RSpec::Core::RakeTask.new('test') do
end
RSpec::Core::RakeTask.new('test')
task :default => [:compile, :test]