avoid running specs twice in test environment

This commit is contained in:
wvengen 2013-11-07 21:17:53 +01:00
parent ec85c1de44
commit 94a9603488
1 changed files with 1 additions and 0 deletions

View File

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