Rakefile in spotlight-0.0.6 vs Rakefile in spotlight-0.0.7

- old
+ new

@@ -22,10 +22,9 @@ task :spec => "lib/#{ext_name}.bundle" end require 'rspec/core' require 'rspec/core/rake_task' -RSpec::Core::RakeTask.new(:spec) do |spec| - spec.pattern = FileList['spec/**/*_spec.rb'] -end + +RSpec::Core::RakeTask.new(:spec) task :default => :spec