Skip to content

Commit

Permalink
made minor change to switch_index_view.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Collins committed Oct 23, 2012
1 parent 828c1ec commit da4ed06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions features/index/switch_index_view.feature
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Feature: Switch Index View
end
end
"""
Then I should see "My body is hot" within ".index_as_table"
When I click "block"
Then I should not see "My body is hot" within ".index_as_block"

Expand Down
3 changes: 1 addition & 2 deletions features/step_definitions/index_views_steps.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
When /^I click "(.*?)"$/ do |link|
click_link(link)
end

end

0 comments on commit da4ed06

Please sign in to comment.