Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
uncomment test
  • Loading branch information
benwyrosdick committed Feb 22, 2011
1 parent 5ab0793 commit ebaa8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/json_test.rb
Expand Up @@ -35,9 +35,9 @@ class JsonTest < Test::Unit::TestCase


TESTS.each do |json, expected| TESTS.each do |json, expected|
should "should decode json (#{json})" do should "should decode json (#{json})" do
#lambda { lambda {
Crack::JSON.parse(json).should == expected Crack::JSON.parse(json).should == expected
#}.should_not raise_error }.should_not raise_error
end end
end end


Expand Down

0 comments on commit ebaa8e6

Please sign in to comment.