Displaying 3 results from an estimated 3 matches for "spec_prereq".
2008 May 22
14
Specifying certain tables NOT to be cleared each example?
Is it possible to specify that certain tables not be cleared on each
example.
I''ve inherited a project where a good amount of enumerated data is
stored in the database (US States, statuses, about 15-20 tables worth.
Over all, it''s a reasonable decision that leads to solid production
code (acts_as_enumerated is good). This data is read-only and
relatively static; any
2011 Mar 03
1
Nondestructive testing environment on legacy db
...I don''t have a test suite. This horrifies me.
What I''d like to do is test against the dev db, since if it gets horribly
b0rked, I can restore from the previous night''s ComVault backup.
I saw the suggestion to edit the rake task in the old rspec_on_rails plugin
so that
spec_prereq = :noop
I was curious if there was a good way to do this with the current
rspec-rails gem...
I''m on Ruby 1.9.2 and Rails 3.0.4
Thanks,
Jason Lewis
Email jasonlewis.x-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Mobile 414.310.2665
Blog: http://duckpunching.word...
2007 Apr 13
21
ZenTest autotest now handles RSpec, yay!
Josh Knowles http://joshknowles.com/ just let me know that ZenTest Autotest
3.50 now handles your RSpec specs.
http://blog.zenspider.com/archives/2007/04/zentest_version_350_has_been_released.html
That''s a great news.
Josh also shared with me a quick hack to make autotest work with only the
RSpec plugin installed.
Add the following into your ~/.autotest file