Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removes useless block
  • Loading branch information
niklasb committed Oct 14, 2011
1 parent f76bd70 commit ce198ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/capybara/driver/webkit.rb
Expand Up @@ -105,9 +105,7 @@ def server_port
end

def cookies
@cookie_jar ||= begin
CookieJar.new(browser)
end
@cookie_jar ||= CookieJar.new(browser)
end

private
Expand Down

0 comments on commit ce198ab

Please sign in to comment.