We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dff786d + 085ca30 commit 59cf308Copy full SHA for 59cf308
testing/rspec.md
@@ -14,6 +14,8 @@ require 'rack/test'
14
15
require File.expand_path '../../my-app.rb', __FILE__
16
17
+ENV['RACK_ENV'] = 'test'
18
+
19
module RSpecMixin
20
include Rack::Test::Methods
21
def app() Sinatra::Application end
0 commit comments