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 f7d8994 commit d125b6fCopy full SHA for d125b6f
spec/spec_helper.rb
@@ -3,6 +3,7 @@
3
4
module RSpecRails
5
class Application < ::Rails::Application
6
+ self.config.secret_key_base = 'ASecretString' if config.respond_to? :secret_key_base
7
end
8
9
0 commit comments