Skip to content

Commit

Permalink
Fix rspec depreation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
atd committed Sep 13, 2010
1 parent b265651 commit 146bac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require 'rspec/core'
require 'rspec/core/rake_task'

Rspec::Core::RakeTask.new(:spec) do |t|
t.spec_opts = ["--color"]
t.rspec_opts = ["--color"]
end

task :default => :spec
Expand Down

0 comments on commit 146bac0

Please sign in to comment.