spec/spec_helper.rb in humanize-bytes-1.0.0 vs spec/spec_helper.rb in humanize-bytes-2.0.0
- old
+ new
@@ -1,6 +1,4 @@
require "rubygems"
require "rspec"
-require File.dirname(__FILE__) + "/../lib/humanize-bytes"
-
-include Humanize::Bytes
+require "#{File.dirname(__FILE__)}/../lib/humanize-bytes"
\ No newline at end of file