spec/grammar/op_asgn1_spec.rb in opal-0.3.20 vs spec/grammar/op_asgn1_spec.rb in opal-0.3.21

- old
+ new

@@ -1,5 +1,5 @@ -require File.expand_path('../../spec_helper', __FILE__) +require 'spec_helper' describe "op_asgn1" do it "returns s(:op_asgn1)" do opal_parse('self[:foo] += 1')[0].should == :op_asgn1 end