spec/spec_helper.rb in humanize-bytes-0.1.0 vs spec/spec_helper.rb in humanize-bytes-1.0.0

- old
+ new

@@ -1,4 +1,6 @@ require "rubygems" require "rspec" -require File.dirname(__FILE__) + "/../lib/humanize-bytes" +require File.dirname(__FILE__) + "/../lib/humanize-bytes" + +include Humanize::Bytes \ No newline at end of file