Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused parameter.
  • Loading branch information
tgxworld committed Jun 15, 2014
1 parent 3268a04 commit 70312d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/testing/integration.rb
Expand Up @@ -347,7 +347,7 @@ def reset!
# By default, a single session is automatically created for you, but you
# can use this method to open multiple sessions that ought to be tested
# simultaneously.
def open_session(app = nil)
def open_session
dup.tap do |session|
yield session if block_given?
end
Expand Down

0 comments on commit 70312d2

Please sign in to comment.