Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
More hash specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 25, 2010
1 parent dfc4cc4 commit 4698d2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions spec/fixtures/hash.hash.yml
@@ -1,3 +1,7 @@
pets:
niko: 2
simon: 14
birthMonths:
niko: "May"
simon: "June"

2 changes: 1 addition & 1 deletion spec/spec.core.js
Expand Up @@ -95,7 +95,7 @@ describe 'yaml'

describe 'with nested hash'
it 'should work'
assert('hash.hash', { pets: { niko: 2, simon: 14 }})
assert('hash.hash', { pets: { niko: 2, simon: 14 }, birthMonths: { niko: "May", simon: "June" }})
end
end
end
Expand Down

0 comments on commit 4698d2b

Please sign in to comment.