spec/sinatra/Rakefile in sorcery-0.3.1 vs spec/sinatra/Rakefile in sorcery-0.4.0
- old
+ new
@@ -5,6 +5,7 @@
task :default => :spec
desc "Run all specs"
RSpec::Core::RakeTask.new(:spec) do |t|
t.pattern = '**/*_spec.rb'
+ t.rspec_opts = ["--options #{File.dirname(__FILE__)}/spec/spec.opts"]
end
\ No newline at end of file