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 1a7c76a commit f49aa8cCopy full SHA for f49aa8c
spec/react_on_rails/configuration_spec.rb
@@ -13,8 +13,6 @@ module ReactOnRails
13
14
before do
15
allow(ReactOnRails::PackerUtils).to receive(:using_packer?).and_return(using_packer)
16
- allow(ReactOnRails::Utils).to receive(:gem_available?).and_call_original
17
- allow(ReactOnRails::Utils).to receive(:gem_available?).with("webpacker").and_return(false)
18
ReactOnRails.instance_variable_set(:@configuration, nil)
19
end
20
0 commit comments