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.
1 parent cd1ee81 commit 27075c2Copy full SHA for 27075c2
spec/webmachine/adapters/rack_spec.rb
@@ -38,7 +38,7 @@
38
39
describe Webmachine::Adapters::Rack do
40
let(:app) do
41
- Webmachine::Application.new.tap do |app|
+ Webmachine::Application.new do |app|
42
app.add_route(["test"], Test::Resource)
43
app.configure do | config |
44
config.adapter = :Rack
0 commit comments