remove extraneous puts

This commit is contained in:
Thomas Walpole 2018-03-23 17:17:40 -07:00
parent f3a47bd75f
commit 4095e1dbb7
1 changed files with 0 additions and 1 deletions

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