Skip to content

Commit

Permalink
Fill in a passing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Jan 20, 2009
1 parent 07495e5 commit ad8bee7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/guillotine/parser/sql_primitives_spec.rb
Expand Up @@ -115,7 +115,9 @@ module Parser
parse_and_eval("1").should be_true
end

it "should parse 'true' as true"
it "should parse 'true' as true" do
parse_and_eval("true").should be_true
end

it "should parse 'False' as false"
end
Expand Down

0 comments on commit ad8bee7

Please sign in to comment.