spec/lazier/pathname_spec.rb in lazier-2.6.0 vs spec/lazier/pathname_spec.rb in lazier-2.6.1

- old
+ new

@@ -8,10 +8,9 @@ describe Lazier::Pathname do let(:reference) { ::Pathname.new($0) } before(:all) do - ENV["LANG"] = "en" ::Lazier.load! end describe "#components" do it "should return the components of the path" do \ No newline at end of file