Skip to content

Commit

Permalink
fixed rspec 2.0.0.beta.22 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Sep 22, 2010
1 parent be94c28 commit 8355ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ begin
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new do |t|
t.spec_opts = %w(-fd -c)
t.rspec_opts = %w(-fd -c)
end
rescue LoadError
desc message = %{"gem install rspec --pre" to run the specs}
Expand Down

0 comments on commit 8355ee8

Please sign in to comment.