Skip to content

Commit cb3f471

Browse files
Sam Phippen & Sean GriffinSam Phippen
authored andcommitted
Doesn't matter this will be squashed
1 parent 42daf20 commit cb3f471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/rspec/rails/example/mailer_example_group_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module RSpec::Rails
55
module ::Rails; end
66
before do
77
allow(Rails).to receive_message_chain(:application, :routes, :url_helpers).and_return(Rails)
8+
allow(Rails.application).to receive(:config).and_return(double("Rails.application.config").as_null_object)
89
allow(Rails).to receive_message_chain(:configuration, :action_mailer, :default_url_options).and_return({})
910
end
1011

0 commit comments

Comments
 (0)