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