Fixed failing asset precompiling in production mode.

This commit is contained in:
Benjamin Meichsner 2013-09-18 18:19:41 +02:00
parent b015ceea0b
commit 4c27a98e06
1 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
begin
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
rescue LoadError
end