Skip to content

Commit

Permalink
Add spec to check string keys in options
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDM committed Aug 12, 2014
1 parent c6f6508 commit 0406871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/lib/llt/form_builder/noun_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def with_noun_options(options)
context "with options that select a specfic form given in a stem" do
it "returns only forms specified in options" do
with_noun_options(numerus: 2).should have(6).items
with_noun_options("numerus" => 2).should have(6).items
with_noun_options(casus: 2).should have(2).items
with_noun_options(numerus: 1, casus: 2).should have(1).item
end
Expand Down

0 comments on commit 0406871

Please sign in to comment.