spec/grammar/true_spec.rb in opal-0.3.20 vs spec/grammar/true_spec.rb in opal-0.3.21
- old
+ new
@@ -1,5 +1,5 @@
-require File.expand_path('../../spec_helper', __FILE__)
+require 'spec_helper'
describe "The true keyword" do
it "always returns s(:true)" do
opal_parse("true").should == [:true]
end