Merge branch 'production'

This commit is contained in:
Benjamin Meichsner 2013-09-18 18:30:15 +02:00
commit 84daaf1b6c
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