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 e480515 commit 8b49a7aCopy full SHA for 8b49a7a
react_on_rails_pro/spec/react_on_rails_pro/utils_spec.rb
@@ -220,10 +220,6 @@ module ReactOnRailsPro
220
end
221
222
describe ".pro_attribution_comment" do
223
- before do
224
- allow(Rails).to receive(:env).and_return(ActiveSupport::StringInquirer.new("production"))
225
- end
226
-
227
context "when license is valid and not in grace period" do
228
before do
229
allow(ReactOnRailsPro::LicenseValidator).to receive_messages(grace_days_remaining: nil, evaluation?: false)
0 commit comments