Skip to content

Instantly share code, notes, and snippets.

@adambeynon
Created October 15, 2013 21:48
Show Gist options
  • Save adambeynon/6999196 to your computer and use it in GitHub Desktop.
Save adambeynon/6999196 to your computer and use it in GitHub Desktop.
$iter(self, '$it', "should do something", ($TMP_1 = function() {
return (1).$should()['$=='](2);
}), self);
it "should do something" do
1.should == 2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment