Skip to content

Commit 27075c2

Browse files
committed
Do not tap that app.
1 parent cd1ee81 commit 27075c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/webmachine/adapters/rack_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
describe Webmachine::Adapters::Rack do
4040
let(:app) do
41-
Webmachine::Application.new.tap do |app|
41+
Webmachine::Application.new do |app|
4242
app.add_route(["test"], Test::Resource)
4343
app.configure do | config |
4444
config.adapter = :Rack

0 commit comments

Comments
 (0)