Skip to content

Commit

Permalink
chore: remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Mar 8, 2024
1 parent 22e5b2f commit 66ceaf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/shakapacker/dev_server_runner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

private

def verify_command(cmd, use_node_modules: true, argv: [], env: Shakapacker::Compiler.env)
def verify_command(cmd, argv: [], env: Shakapacker::Compiler.env)
Dir.chdir(test_app_path) do
klass = Shakapacker::DevServerRunner
instance = klass.new(argv)
Expand Down
2 changes: 1 addition & 1 deletion spec/shakapacker/webpack_runner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

private

def verify_command(cmd, use_node_modules: true, argv: [])
def verify_command(cmd, argv: [])
Dir.chdir(test_app_path) do
klass = Shakapacker::WebpackRunner
instance = klass.new(argv)
Expand Down

0 comments on commit 66ceaf5

Please sign in to comment.