mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
remove extraneous puts
This commit is contained in:
parent
f3a47bd75f
commit
4095e1dbb7
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ RSpec.describe 'Capybara RSpec Matchers', type: :feature do
|
|||
|
||||
not_to_msg = error_msg_for { expect(page).not_to have_text('This is a test') }
|
||||
have_no_msg = error_msg_for { expect(page).to have_no_text('This is a test') }
|
||||
puts not_to_msg
|
||||
expect(not_to_msg).to eq have_no_msg
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue