Testing needs compiled assets

This commit is contained in:
Samuel Cochran 2014-06-05 21:07:10 +10:00
parent f3b7befe94
commit d1f3a75929
1 changed files with 2 additions and 0 deletions

View File

@ -56,4 +56,6 @@ Rake::TestTask.new do |task|
task.pattern = "spec/*_spec.rb"
end
task :test => :assets
task :default => :test