Sha256: e48cab34a6fc097fb73ef433e567202aaa84a8fe130dcd4274e0747808309349
Contents?: true
Size: 384 Bytes
Versions: 60
Compression:
Stored size: 384 Bytes
Contents
require "test_helper" class WebpackerTest < Webpacker::Test def test_config_params assert_equal Rails.env, Webpacker.config.env assert_equal Webpacker.instance.root_path, Webpacker.config.root_path assert_equal Webpacker.instance.config_path, Webpacker.config.config_path with_rails_env("test") do assert_equal "test", Webpacker.config.env end end end
Version data entries
60 entries across 60 versions & 4 rubygems