Funny single line of rspec_code

So lastnight I was writing a fake controller to test some before filter
action.
I found myself writing this line of code that I thought was funny …
maybe its
a subtle indication i’ve been programming to much lately.

get :some_action

HA!

On Tue, Jul 22, 2008 at 11:26 AM, Britt Mileshosky
[email protected] wrote:

So lastnight I was writing a fake controller to test some before filter action.
I found myself writing this line of code that I thought was funny … maybe its
a subtle indication i’ve been programming to much lately.

get :some_action

Search for that string in the rspec-rails specs.

Double HA!