Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
comment out capybara debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jun 1, 2012
1 parent 97148cb commit e7797c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/sextant_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class InheritNavigationTest < ActiveSupport::IntegrationCase

test 'default index' do
visit('/rails/routes')
save_and_open_page
# save_and_open_page
assert has_content?('foo_index')
assert has_content?('/foo(.:format)')
assert has_content?('foo#index')
Expand Down

0 comments on commit e7797c3

Please sign in to comment.