diff options
Diffstat (limited to 'spec/ruby/language/not_spec.rb')
-rw-r--r-- | spec/ruby/language/not_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/language/not_spec.rb b/spec/ruby/language/not_spec.rb index a0cf6b15a6..052af9b256 100644 --- a/spec/ruby/language/not_spec.rb +++ b/spec/ruby/language/not_spec.rb @@ -1,4 +1,4 @@ -require File.expand_path('../../spec_helper', __FILE__) +require_relative '../spec_helper' describe "The not keyword" do it "negates a `true' value" do |