Skip to content

Instantly share code, notes, and snippets.

@ToadJamb
Created June 28, 2013 18:48
Show Gist options
  • Save ToadJamb/5887055 to your computer and use it in GitHub Desktop.
Save ToadJamb/5887055 to your computer and use it in GitHub Desktop.
# spec/spec_helper.rb
ENV['RACK_ENV'] = 'test'
require_relative File.join('..', 'app')
RSpec.configure do |config|
include Rack::Test::Methods
def app
SimpleApp
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment