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:
parent
b34a9a16b4
commit
412e40e87a
1 changed files with 1 additions and 2 deletions
3
Rakefile
3
Rakefile
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue