Skip to content

Commit

Permalink
removed commented steps, and uneccessary attr_reader :mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Cunningham committed Apr 27, 2010
1 parent bb1d120 commit 72ec3c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions features/step_definitions/github_example_steps.rb
Expand Up @@ -4,8 +4,6 @@

When /^the user enters "([^\"]*)" into the search box and clicks the magnifying glass icon$/ do |query|
on_page_with :github_search do |page|
# fill_in page.search_form.input.attr('name').value, :with => text
# click page.search_form.submit.attr('alt').value
page.perform :search, query
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/gizmo/page.rb
Expand Up @@ -2,7 +2,7 @@ module Gizmo

class Page

attr_reader :mixins, :url, :document
attr_reader :url, :document

def initialize driver, content, url
@browser = driver
Expand Down

0 comments on commit 72ec3c5

Please sign in to comment.