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 f5e8015 commit 01704c5Copy full SHA for 01704c5
example_app_generator/spec/verify_mailer_preview_path_spec.rb
@@ -22,6 +22,7 @@ def capture_exec(*ops)
22
out = io.readlines
23
.reject { |line| line =~ /warning: circular argument reference/ }
24
.reject { |line| line =~ /Gem::Specification#rubyforge_project=/ }
25
+ .reject { |line| line =~ /This branch is deprecated/ }
26
.join
27
.chomp
28
CaptureExec.new(out, $?.exitstatus)
0 commit comments