Rakefile in rerun-0.7.0.pre2 vs Rakefile in rerun-0.7.0.pre3

- old
+ new

@@ -8,10 +8,10 @@ desc "Run all specs" RSpec::Core::RakeTask.new('spec') do |t| ENV['ENV'] = "test" t.pattern = 'spec/**/*_spec.rb' - t.ruby_opts = ['-rubygems'] if defined? Gem + t.rspec_opts = ['--color'] end $rubyforge_project = 'pivotalrb' $spec =