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 f1c1883 commit 10c54e1Copy full SHA for 10c54e1
react_on_rails_pro/spec/react_on_rails_pro/utils_spec.rb
@@ -5,6 +5,10 @@
5
# rubocop:disable Metrics/ModuleLength
6
module ReactOnRailsPro
7
RSpec.describe Utils do
8
+ before do
9
+ allow(LicenseValidator).to receive(:validated_license_data!).and_return({})
10
+ end
11
+
12
describe "cache helpers .bundle_hash and .bundle_file_name" do
13
context "with file in manifest", :webpacker do
14
before do
0 commit comments