diff --git a/bin/haste b/bin/haste index 214dbec..ad3f27a 100755 --- a/bin/haste +++ b/bin/haste @@ -1,7 +1,5 @@ #!/usr/bin/env ruby -require 'bundler/setup' - require 'pathname' path = Pathname.new(__FILE__) require File.expand_path(File.dirname(path.realpath) + '/../lib/haste') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 7026d71..c4666f0 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,2 +1 @@ -require 'bundler/setup' require File.dirname(__FILE__) + '/../lib/haste'