Skip to content

Commit

Permalink
Modified ActionController::Integratio to use ActionDispatch and fix a…
Browse files Browse the repository at this point in the history
… deprecation in Rails 4.0.0-beta
  • Loading branch information
dbruns committed Feb 9, 2013
1 parent a89475f commit ac4f437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/rails/world.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module Cucumber #:nodoc:
module Rails #:nodoc:
class World < ActionController::IntegrationTest #:nodoc:
class World < ActionDispatch::IntegrationTest #:nodoc:
include Rack::Test::Methods
include ActiveSupport::Testing::SetupAndTeardown if ActiveSupport::Testing.const_defined?("SetupAndTeardown")

Expand Down

0 comments on commit ac4f437

Please sign in to comment.