Skip to content

Commit

Permalink
add a comment to a pending spec
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed May 5, 2011
1 parent edf9b51 commit 4d2b067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/loop_spec.rb
Expand Up @@ -187,7 +187,7 @@ def run(cmd)
end

it "should evaluate its arguments" do
pending do
pending "fix this tokenization error" do
run("(((lambda (x) x)
(lambda () 10)))").should == "10"
end
Expand Down

0 comments on commit 4d2b067

Please sign in to comment.