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 5f53e47 commit 9bf99e0Copy full SHA for 9bf99e0
test/rake_tasks_test.rb
@@ -53,12 +53,12 @@ def test_rake_webpacker_yarn_install_in_production_environment
53
end
54
55
def test_check_node_version
56
- output = Dir.chdir(test_app_path) { `rake webpacker:check_node 2>&1` }
+ output = Dir.chdir(test_app_path) { `bundle exec rake webpacker:check_node 2>&1` }
57
assert_empty output
58
59
60
def test_check_yarn_version
61
- output = Dir.chdir(test_app_path) { `rake webpacker:check_yarn 2>&1` }
+ output = Dir.chdir(test_app_path) { `bundle exec rake webpacker:check_yarn 2>&1` }
62
63
64
0 commit comments