fix test definition for 1.9
Reported by Tammer Saleh | May 20th, 2008 @ 01:48 PM
the line
test_unit_class.send(:define_method, test_name) do |*args|
Should be
test_unit_class.send(:define_method, test_name) do
without the args.
Comments and changes to this ticket
-
Tammer Saleh June 26th, 2008 @ 03:59 PM
- → State changed from new to committed
- → Tag changed from to gem ruby-1.9
-
Dave July 2nd, 2008 @ 06:08 PM
Could we add this to the gem, too? I'm using the gem in the new PickAxe, and it;s currently not working.
Cheers
Dave
-
Tammer Saleh July 16th, 2008 @ 12:45 PM
Hi Dave,
Ever since the move to git, the gem has fallen behind in development.
What I'd like to do is change the plugin into a gem, now that rails
has much better gem support all around. See #55.
I'll see what I can do about this over the next couple of weeks.
Tammer
On Jul 2, 2008, at 6:08 PM, Lighthouse wrote:
-
Ryan McGeary September 14th, 2008 @ 08:19 PM
Dave,
Hi. I thought you'd be interested to hear that the existing shoulda plugin is now finally available as a gem including all the fixes that were out of sync with the old gem. Currently, it's only available as a GitHub gem.
sudo gem install thoughtbot-shouldaCheers, Ryan
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
