Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Oct 29, 2023
1 parent acf4c1b commit 7cb97d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/shakapacker/compiler_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
expect(Shakapacker.compiler.send(:webpack_env)["SHAKAPACKER_RELATIVE_URL_ROOT"]).to be nil

custom_env_variables = {
"WEBPACKER_ASSET_HOST" => "foo.bar",
"WEBPACKER_RELATIVE_URL_ROOT" => "/baz"
"SHAKAPACKER_ASSET_HOST" => "foo.bar",
"SHAKAPACKER_RELATIVE_URL_ROOT" => "/baz"
}

with_env_variable(custom_env_variables) do
Expand Down

0 comments on commit 7cb97d8

Please sign in to comment.