Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/randito/mash into randito/m…
Browse files Browse the repository at this point in the history
…aster
  • Loading branch information
Michael Bleigh committed Apr 30, 2008
2 parents b2bb82c + 2cbf71d commit b1acadc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/mash_spec.rb
Expand Up @@ -88,6 +88,13 @@
converted.a.first.b.should == 12
converted.a.last.should == 23
end

it "should convert an existing Mash into a Mash" do
initial = Mash.new(:name => 'randy')
copy = Mash.new(initial)
initial.name.should == copy.name
end

end
end

Expand Down

0 comments on commit b1acadc

Please sign in to comment.