search for: fixjour

Displaying 3 results from an estimated 3 matches for "fixjour".

Did you mean: finfour
2009 Feb 24
0
Fixjour mailing list
Hey, if you''re using Fixjour, you might be interested in its new mailing list - http://groups.google.com/group/fixjour. If you''re not using Fixjour, you should be. Pat
2010 Jan 29
4
requiring records in the DB before testing
Is there any way I can require a small set of data be in the test database before any tests are run? (unit, functional, integration, cucumber, etc) Any way besides using fixtures, that is. Overload a rake task? Modify test_helper? Any ideas? (Simple Case: I have to have a minimal set of user roles defined before any users can be created) -- You received this message because you are subscribed to
2009 Jan 16
3
rspec model testing - test on user defined validation- How do I test that the create failed.
I''m new to rspec and looking for way to test a validation I added to a model. The test checks to see that if field1 has a value then field2 must be nil and vice versa. ------------------------------- When I did the rspec_scaffold it generated one test which worked before :each do @valid_attributes = { :field1 = "value for field1" :field2 = "value for