Skip to content

Commit

Permalink
Removed comments from specs after merging from jdeveloper
Browse files Browse the repository at this point in the history
  • Loading branch information
ismasan committed Feb 8, 2009
1 parent 7c2ea8e commit 8312c57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/hash_mapper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,10 @@ class WithArrays
end

it "should extract defined array values" do
#pending "must reimplement for normalize and denormalize"
WithArrays.normalize(@from).should == @to
end

it "should map the other way restoring arrays" do
#pending "must reimplement for normalize and denormalize"
WithArrays.denormalize(@to).should == @from
end
end
Expand Down

0 comments on commit 8312c57

Please sign in to comment.