Guest User

Untitled

a guest
Oct 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ENV['RAILS_ENV'] = 'development'
  2. require '/Users/pioz/Code/ecommerce/config/application.rb'
  3.  
  4. app = Megiston::Application.initialize!
  5. session = ActionDispatch::Integration::Session.new(app)
  6.  
  7. session.get '/'
  8. puts session.body
Add Comment
Please, Sign In to add comment