autotest Questions

6

I am totally new to RoR. I am following Michael Hartl's book. I am not able to make autotest run. Please suggest what's going wrong and a solution to fix it. When I run 'autotest' at command line ...
Imide asked 15/5, 2011 at 16:29

1

My impression of how autotest is intended to work (based on the cucumber github wiki, and other stuff online) is that it should rerun red examples until they pass. My problem is that it reruns all ...
Huguenot asked 17/10, 2011 at 14:29

1

Solved

I want to emulate user's walking and count their steps for auto testing. I tried to search for the solution, but only found simulate the location.
Hafner asked 15/4, 2015 at 13:57

2

Solved

I was wondering what autotest tools exists for clojure. In Ruby I have ZenTest, redgreeen etc to continuously keep on testing my code. I would like to have something similar for Clojure So far I h...
Keheley asked 6/12, 2011 at 21:18

0

Under Ubuntu 14.04 I installed python 2.76. then scipy as shown here, namely through sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas pytho...
Bran asked 29/6, 2014 at 11:40

3

Basically it's an extension for autotest that listens for notification from OS and allows autotest not to scan for file changes permanently while testing only necessary changes. It saves CPU and di...
Leavelle asked 24/5, 2010 at 9:52

1

Solved

I'm looking for a simplest way to imitate a slow Redis server (from the perspective of the client that I'm debugging now). Ideally it would be a DEBUG SLEEP <seconds> command, but AFAIK ther...
Professoriate asked 24/12, 2012 at 4:51

4

I installed the autotest gem and intend to use it with rspec. The problem is, when I run autotest under my rails app, all I see is : railsapp$ autospec loading autotest/rails_rspec And its stuck...
Zoroastrianism asked 29/4, 2010 at 13:9

2

Does anyone have any concrete reasoning for using one autotesting runner over another? I've used both Autofeature+autotest, I really like the built-in process that this sets up in that it runs my r...
Doorknob asked 28/8, 2011 at 17:46

3

Autotest increases the speed at which tests run by running only the changed tests. But I want to push it even further by using spork to preload the Rails environment, so that I will get even fast...
Overtop asked 25/11, 2010 at 7:9

3

Here is my gemfile source 'http://rubygems.org' gem 'rails', '3.0.9' gem 'mysql2', '~> 0.2.6' group :development do gem 'rspec-rails' end group :test do gem 'rspec' end Fairly straightfo...
Euripides asked 26/6, 2011 at 20:6

11

Solved

I'm following the rails tutorial here: http://railstutorial.org/chapters/filling-in-the-layout#top When I run "rspec spec/", I get a bunch of errors that look like this: 1) LayoutLinks should hav...
Yong asked 19/8, 2010 at 0:5

6

Solved

I'm using cucumber, rails3, rspec2 and autotest. I'm trying to figure out why my features are infinitely looping. I suspect it some file being changed during the tests but I'm not sure which one. I...
Bohun asked 6/7, 2010 at 21:1

3

Solved

I just installed Zentest 4.4.6 which includes autotest 4.4.6 and when I run autotest I get the following error: gems/ZenTest-4.6.0/lib/autotest.rb:226:in `autodiscover': undefined method `any?' fo...
Thereinafter asked 23/7, 2011 at 19:1

2

Solved

In the rails project I'm working on I inserted support for rspec, cucumber and autotest with this Gemfile (partial) gem 'rspec-rails' gem 'cucumber-rails' gem 'autotest-standalone' gem 'autotest-r...
Poikilothermic asked 12/4, 2011 at 11:41

1

Solved

I'm just getting into autotest and i have the following problem. How do I get autotest to print stack traces on errors. If i run "rake spec" i get output 4) Transaction should get date with poor...
Chiastic asked 23/1, 2011 at 5:48

2

Solved

I'm trying to get autotest back up and running after moving my project to rails 3. After upgrading to rspec 2.0.0.beta.22, I can't seem to run autotest. I get the following: bundler: command not f...
Mazuma asked 22/9, 2010 at 5:12

5

Solved

I've used ZenTest and autotest to work on Ruby projects before, and I used to using them for test-driven development a la this configuration. I have a project that I'm currently working on in Java,...
Sperling asked 26/9, 2008 at 0:45
1

© 2022 - 2024 — McMap. All rights reserved.