spec/sugar-high/array_spec.rb in sugar-high-0.2.0 vs spec/sugar-high/array_spec.rb in sugar-high-0.2.1
- old
+ new
@@ -9,8 +9,8 @@
end
it "should translate nested array of numbers and strings into symbols only array, including numbers" do
[1, 'blip', [3, "hello"]].to_symbols(:num).should == [:_1, :blip, :_3, :hello]
end
- end
+ end
end
end