diff --git a/Rakefile b/Rakefile index 911ce76..604f80c 100644 --- a/Rakefile +++ b/Rakefile @@ -13,7 +13,7 @@ end desc 'Run the tests' task :default => [:test] -Rake::TestTask.new do |t| +Rake::TestTask.new(:test => [:compile]) do |t| t.pattern = 'spec/**/*_spec.rb' t.libs.push 'spec' end