autotest
How can I add color to my cucumber test results in Terminal using autotest?
I am开发者_运维知识库 not getting any color in my Cucumber tests. I hope there is a way to make Cucumber output colorful results...Have a look at the wiki article on adjusting the console colors for C[详细]
2023-01-27 17:19 分类:问答Autotest - Load Error - Error posted
bundle exec /Users/new2/.rvm/rubies/ruby-1.9.2-p0/bin/ruby -S /Users/new2/.rvm/gems/ruby-1.9.2-p0@rails3tut/gems/rspec-core-2.0.1/bin/rspec--autotest \'/Users/new2/work/rails_projects/sample_app/spec/[详细]
2023-01-21 00:45 分类:问答Rails 3 - How do I get Rspec spec/ & autotest to work?
I was all setup with Rspec and Autotest before I updated to开发者_运维百科 Rails 3. When running rspec spec/ I\'m getting:[详细]
2023-01-19 01:58 分类:问答Rspec, Spork, & Autotest Error
I\'m trying to teach myself rails by going through http://railstutorial.org/. I quit working on the tutorial app last night and then came back to it today. Now I\'m getting an error when I start up th[详细]
2023-01-18 07:33 分类:问答Autotest stalls when launched
I\'m trying to get a Rails (version 2.3.5) app set up to run RSpec and Autotest. I\'ve got both rspec (1.2.9) and rspec-rails (1.2.9) vendored as plugins in the app. I then have ZenTest 4.4.0, Autote[详细]
2023-01-17 08:44 分类:问答Autospec does nothing when I run
I have failing tests that show up when I do a \'rake spec\'开发者_如何学Go or the like. However when I run autospec it outputs the following then does nothing and returns me to the command prompt.[详细]
2023-01-15 18:08 分类:问答Adding custom directories (source and spec) to autotest in a Rails 3 project
I have a Rails 3 app that uses RSpec2 as my testing framework, and I\'m able to use autotest to watch my model and spec directories for changes and re-run my spec suite when files change.[详细]
2023-01-14 08:30 分类:问答Fastest rails test runner: spork and zentest?
I ran across a thread about slow rspec tests that made me wonder which rails test runner configuration will result in the fast开发者_运维技巧est running recurring tests?[详细]
2023-01-11 22:25 分类:问答Error at the end of a capybara autotest... every time
With autospec / cucumber / capybara running my feature tests I get this line even after going green: (eval):1:in 开发者_如何学编程`initialize\': can\'t convert String into Integer (TypeError)[详细]
2023-01-09 06:04 分类:问答Passing cucumber options with Autotest and Bundler for Rails3 app
I\'m little confused on how to use cuke\'s options. I know that I can run spec and cucumber in two different console. But I want it to run both.[详细]
2023-01-07 06:27 分类:问答