Skip to content

Commit

Permalink
Fixed RSpec constant name in rspec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rgabo committed May 27, 2010
1 parent cf94d2c commit 8b52631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/rails/rspec.rb
Expand Up @@ -5,7 +5,7 @@

[Cucumber::Rails::World, ActionController::Integration::Session].each do |klass|
klass.class_eval do
include Rspec::Matchers
include RSpec::Matchers
end
end
rescue LoadError => try_rspec_1
Expand Down

0 comments on commit 8b52631

Please sign in to comment.