Files
mozo-backend/spec/support/integration_helpers.rb
T
2013-10-16 18:22:29 +02:00

5 lines
125 B
Ruby

def show_page
save_page Rails.root.join( 'public', 'capybara.html' )
%x(launchy http://localhost:3000/capybara.html)
end