Skip to content

Commit

Permalink
Happy rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Mar 27, 2019
1 parent 1e5dd11 commit 41d2d08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def agent_stub_scr_read(agent)
end

it "contains default gw definition" do
expect(reader.config.routes.any? { |r| r.default? }).to be_truthy
expect(reader.config.routes.any?(&:default?)).to be_truthy
end

it "accepts prefix from gateway field" do
Expand Down

0 comments on commit 41d2d08

Please sign in to comment.