Skip to content

Commit

Permalink
parens around method args, plz
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed May 9, 2010
1 parent 8dcaabe commit 5fd3744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capybara/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def within_table(locator)
end
end

def within_frame frame_id
def within_frame(frame_id)
driver.within_frame(frame_id) do
yield
end
Expand Down

0 comments on commit 5fd3744

Please sign in to comment.