Skip to content

Commit

Permalink
removed irrelevant noise in the spec that was there to aid debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
markburns committed Aug 16, 2012
1 parent d9f6935 commit 90f14d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/library/datetime/parse_spec.rb
Expand Up @@ -75,7 +75,7 @@
it "truncates seconds down to 59" do
d = DateTime.parse("2012-11-08T15:43:61")

d.strftime('%c').should == DateTime.civil(2012, 11, 8, 15, 43, 59).strftime('%c')
d.should == DateTime.civil(2012, 11, 8, 15, 43, 59)
end

end
Expand Down

0 comments on commit 90f14d4

Please sign in to comment.