1
0
Fork 0
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:
Thomas Walpole 2018-03-23 17:17:40 -07:00
parent f3a47bd75f
commit 4095e1dbb7

View file

@ -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