Skip to content

Commit 5097e7d

Browse files
committed
Remove old code
1 parent a0d4056 commit 5097e7d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spec/js_routes/options_spec.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -465,12 +465,6 @@
465465
end
466466

467467
context "with url_links option" do
468-
around(:each) do |example|
469-
ActiveSupport::Deprecation.silence do
470-
example.run
471-
end
472-
end
473-
474468
let(:_options) { { :compact => true, :url_links => true, default_url_options: {host: 'localhost'} } }
475469
it "should not strip urls" do
476470
expectjs("Routes.inbox(1)").to eq(test_routes.inbox_path(1))

0 commit comments

Comments
 (0)