spec/string_spec.rb in lazyman-0.1.6 vs spec/string_spec.rb in lazyman-0.1.7
- old
+ new
@@ -1,10 +1,10 @@
-require 'spec_helper'
-
-describe String do
-
- it 'lazy_to_hash should have correct behavor' do
- str = 'a, b, c, d'
- str.lazy_to_hash.should eq({a: true, b: true, c: true, d: true})
- end
-
-end
+require 'spec_helper'
+
+describe String do
+
+ it 'lazy_to_hash should have correct behavor' do
+ str = 'a, b, c, d'
+ str.lazy_to_hash.should eq({a: true, b: true, c: true, d: true})
+ end
+
+end