spec/jsx_spec.rb in sprockets-jsx-0.0.1 vs spec/jsx_spec.rb in sprockets-jsx-0.0.2

- old
+ new

@@ -43,9 +43,10 @@ it "should be reset configure for each time" do Sprockets::JSXTemplate.configure {|conf| conf.jsx_bin = "bar"} Sprockets::JSXTemplate.configure {|conf|} Sprockets::JSXTemplate::CONFIG.jsx_bin.should be_nil + Sprockets::JSXTemplate::CONFIG.compile_options.should be_nil end it "should be raise if invalid config method call" do lambda do Sprockets::JSXTemplate.configure do |conf|