Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed May 6, 2011
1 parent f16cdf3 commit 33a8205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/loop_spec.rb
Expand Up @@ -112,7 +112,7 @@ def run_with_printing(cmd)
run_with_printing("(quote ((foo bar) (((()))) bar))").should == "((foo bar) (((()))) bar)"
end

# it "should throw an exception if more than one elment is given to the quote" do
# it "should throw an exception if more than one element is given to the quote" do
# run_with_printing("(quote foo bar)")
# end
end
Expand Down

0 comments on commit 33a8205

Please sign in to comment.