autotest
Validation problem with Autotest and Factory Girl
i have a problem with Autotest. In my user model are the username & email address unique. When i start Autotest everything works fine. In the secound round, from autotest, i have a[详细]
2023-02-02 18:20 分类:问答Mapping multiple test classes to the same file for autotest
I\'m using standalone autotest in my projects along with minitest. In one of my projects, I have a single file (validation.rb) that validates a document to different internal format levels. (A Level 2[详细]
2023-01-31 07:41 分类:问答Autotest not running after changes to view
Rails 3.0.3, Rspec 2, Zentest gem - extremely frustrated right now, so give me some slack. Why doesn\'t autotest rerun my integration (/request) and controller specs why I make changes to a view fil[详细]
2023-01-30 11:35 分类:问答autotest 4.4.6, zentest 4.4.1 not working in rails app for controller file (but works for spec file)
I know there are a few questions already regarding autotest and zentest but my problem seems a little different. In my case, if I run with[详细]
2023-01-30 10:05 分类:问答How do I tell autotest to run my tests instead of my specs?
I have a rails 3 project with both specs and tests. If I fire up autotest it runs my specs. How can I make it r开发者_C百科un my tests instead? autotest -h is no help here.Try this on the command line[详细]
2023-01-29 04:01 分类:问答Autotest: "Could not run tests". But nothing in the log
Autotest broke with rspec-rails 2.2.1 update. Now I can\'t get it working again.. .even after rolling back to rspec-rais 2.2.0.[详细]
2023-01-28 22:26 分类:问答Why isn't autotest working?
I\'m trying to use autotest for Rails development. It\'s supposed to run my tests automatically. Here\'s my setup:[详细]
2023-01-28 14:41 分类:问答Autotest, RSpec 2 and Ruby 1.9.2-p0 - no output at all
I have started the book Continuous Testing with Ruby (B2.0 printing), but am running into immediate problems. Per the first chapter, I have created an empty Gem using Jeweler 1.5.1[详细]
2023-01-28 09:56 分类:问答Can I only run RSpec and Autotest without Cucumber?
I am using both Cucumber and Rspec but I want to disable autotest from running the s开发者_JAVA百科tories while I\"m working on the spec examples. Is there a configuration option I can change to do th[详细]
2023-01-28 09:11 分类:问答Autotest-4.4.6/ZenTest-4.4.1 broken with Rspec2 and Rails3
ZenTest and Autotest have been updated on December 1st. After upgrading to the latest versions (Autotest-4.4.6/ZenTest-4.4.1), autotest won\'t discover my sp开发者_如何转开发ecs and tries to run the s[详细]
2023-01-28 03:44 分类:问答