google-code-export / calendardateselect

Automatically exported from code.google.com/p/calendardateselect
Other
0 stars 0 forks source link

Need to change Test::Unit::TestCase to ActiveSupport::TestCase #187

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Update to the latest gems.
2. Try to run an rspec test.

What is the expected output? What do you see instead?
Test works
I get undefined method use_transactional_fixtures 

What version of the product are you using? On what operating system?
1.1.5 
With rails 2.3.5 and rspec 1.2.9
On Windows

Please provide any additional information below.
I changed all occurances of Test::Unit::TestCase to ActiveSupport::TestCase

Original issue reported on code.google.com by powertoa...@gmail.com on 14 Dec 2009 at 10:34