diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 1e0b47e..99acb46 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,2 +1,2 @@ -$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) -require 'punctuate' +$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) +require "punctuate"