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 1155e30 commit 961d778Copy full SHA for 961d778
lib/generators/react_on_rails/templates/base/base/config/initializers/react_on_rails.rb.tt
@@ -26,7 +26,7 @@ ReactOnRails.configure do |config|
26
# - Requires adding ReactOnRails::TestHelper to spec/rails_helper.rb
27
# - See: https://github.com/shakacode/react_on_rails/blob/master/docs/guides/testing-configuration.md
28
#
29
- # config.build_test_command = "RAILS_ENV=test bin/shakapacker"
+ config.build_test_command = "RAILS_ENV=test bin/shakapacker"
30
31
################################################################################
32
# Advanced Configuration
0 commit comments