spork
Spork with Capybara on Windows 7
Here is my problem: I have started spork on my Windows 7 and it just works fine (2 magazine_slave_service are setup -- after several attempts though). But when I run bundle exec rspec spec to execute[详细]
2023-04-11 13:57 分类:问答Rspec/Spork: Disabling spork for one run
I have --drb set in my .rspec file, which means spork runs by default. If, however, I want to run through tests once without spork, I either have to modify my 开发者_如何学Python.rspec, or stop spork[详细]
2023-04-10 04:24 分类:问答Spork, RSpec and database_cleaner destroying development database
I have the following spec_helper.rb file in my Rails 3.1 application.I am using Spork to load the environment faster for testing.All my tests worked prior to adding Spork to the mix.After a开发者_Stac[详细]
2023-04-10 02:22 分类:问答How to make cucumber run all feature if no matching tag
Im using cucumber with fork. I really like the run_all_when_everything_filtered on Rspec. that开发者_如何学运维 runs all the spec if there is no matching tag. Can I do this with cucumber. example in m[详细]
2023-04-09 12:39 分类:问答rspec+capybara+selenium+spork not closing browser
The same problem with rails tests as here, but on Mac OS X. And when I start specs next time, they hang on js specs until I close the browser manually. And those tests fail, I 开发者_Go百科need to re[详细]
2023-04-07 22:35 分类:问答Silence Rails schema load for spork
I\'m running rspec on a rails 3.0 environment. We\'ve just switched to using sqlite3 in memory database for tests.[详细]
2023-04-05 12:27 分类:问答Rails 3.1 RC5 Mountable Engine testing with Spork
I\'ve been able to get RSpec, Cucumber, and Autotest to work against my Rails 3.1 Mountable Engine.Where things fall down is trying to integrate Spork into the mix.Spork runs fine, and my tests use Sp[详细]
2023-03-28 12:43 分类:问答Autotest responds slowly with Spork and Rspec under Rails 3.0.9
It\'s all working, but slowly. I know that Spork is working, because rspec spec/ produces a response in under two seconds, and I know Autotest is working, since it eventually produces an appropriate[详细]
2023-03-26 18:10 分类:问答How to make Spork load locales and factories?
So on a Rails 3.0.9 app I\'m using Spork/Guard/RSpec/FactoryGirl on 1.9.2. I would like to know how can I get Spork/Guard to automatically update my factories and locales开发者_运维百科.for locales,[详细]
2023-03-22 16:37 分类:问答"PGError: no connection to the server" on running specs with Spork
I\'m using Ruby 1.9.2, Rails 3.1, Rspec, Postgres and Spork, but I can\'t get them to play nic开发者_运维问答ely together.[详细]
2023-03-21 06:42 分类:问答