Skip to content

Commit

Permalink
test: remove the focus
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 29, 2024
1 parent 318241f commit 9e9e69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rack/reverse_proxy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def dummy_app
)
end

describe "global options", focus: true do
describe "global options" do
it "starts with default global options" do
m = Rack::ReverseProxy.new(dummy_app) do
reverse_proxy "/test", "http://example.com/"
Expand Down

0 comments on commit 9e9e69e

Please sign in to comment.