Skip to content

Commit 1e4da8c

Browse files
committed
specify Shakapacker as top-level module
1 parent 97ce84f commit 1e4da8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/react_on_rails/packer_utils_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module ReactOnRails
4444
before do
4545
allow(described_class.packer).to receive(:dev_server).and_return(
4646
instance_double(
47-
Shakapacker::DevServer,
47+
::Shakapacker::DevServer,
4848
running?: true,
4949
protocol: "http",
5050
host_with_port: "localhost:3035"

0 commit comments

Comments
 (0)