spec/grammar/masgn_spec.rb in opal-0.3.20 vs spec/grammar/masgn_spec.rb in opal-0.3.21
- old
+ new
@@ -1,5 +1,5 @@
-require File.expand_path('../../spec_helper', __FILE__)
+require 'spec_helper'
describe "Masgn" do
describe "with a single lhs splat" do
it "returns a s(:masgn)" do
opal_parse('*a = 1, 2').first.should == :masgn