Re: [rspec-users] Autotest does not start

2010-08-14 Thread Don French
Thought that was what you meant, but did not want to leave anything untried. I have updated to 1.9.2-rc2. same problem. I am going to have to do an update to snow leopard soon, may try it and put new code on not just restore. Don French On Aug 14, 4:40 am, Ashley Moran wrote: > On 13 Aug 2

Re: [rspec-users] Autotest does not start

2010-08-13 Thread Don French
I converted from rspec 1.3 to rspec 2 On Aug 13, 5:50 am, Ashley Moran wrote: > On Aug 12, 2010, at 11:09 pm, Don French wrote: > > > yep:  Autotest.add_discovery {"rspec2"} > > in the base project directory > > I'm at the point of asking "did you tur

Re: [rspec-users] Autotest does not start

2010-08-13 Thread Don French
Not sure what you meant by "did you turn it off and on again?" The other information is here: http://pastie.org/1091155 Don French On Aug 13, 5:50 am, Ashley Moran wrote: > On Aug 12, 2010, at 11:09 pm, Don French wrote: > > > yep:  Autotest.add_discovery {"rspec

Re: [rspec-users] Autotest does not start

2010-08-12 Thread Don French
yep: Autotest.add_discovery {"rspec2"} in the base project directory dhf On Aug 12, 11:32 am, David Chelimsky wrote: > On Aug 12, 2010, at 4:02 PM, Don French wrote: > > > There are lots of spec files. I can run them using rspec spec and > > everything is great. jus

Re: [rspec-users] Autotest does not start

2010-08-12 Thread Don French
There are lots of spec files. I can run them using rspec spec and everything is great. just the autotest does not work. Don French On Aug 12, 10:48 am, Don French wrote: > put in > $:.unshift(File.dirname(__FILE__) + '/../lib') > require 'reader' > and get the

Re: [rspec-users] Autotest does not start

2010-08-12 Thread Don French
I put in: $:.unshift(File.dirname(__FILE__) + '/../lib') require 'reader' and it still does nothing. dhf On Aug 12, 10:13 am, David Chelimsky wrote: > On Aug 12, 2010, at 3:08 PM, Don French wrote: > > > The helper file does not have anything in it as of r

Re: [rspec-users] Autotest does not start

2010-08-12 Thread Don French
put in $:.unshift(File.dirname(__FILE__) + '/../lib') require 'reader' and get the same thing dhf On Aug 12, 10:13 am, David Chelimsky wrote: > On Aug 12, 2010, at 3:08 PM, Don French wrote: > > > The helper file does not have anything in it as of right now. It

Re: [rspec-users] Autotest does not start

2010-08-12 Thread Don French
from rspec 1.3.0 Now it is empty. This project was generated via newgem. I want to upgrade to rspec2 and ruby 1.9.2. Doing it in stages currently 1.9.1. Don French On Aug 12, 8:21 am, Ashley Moran wrote: > On 12 Aug 2010, at 08:27, Don French wrote: > > > under bundler bundle

Re: [rspec-users] Autotest does not start

2010-08-12 Thread Don French
y. This project was generated via newgem. I want to upgrade to rspec2 and ruby 1.9.2. Doing it in stages currently 1.9.1. Don French On Aug 12, 8:21 am, Ashley Moran wrote: > On 12 Aug 2010, at 08:27, Don French wrote: > > > under bundler bundle exec autotest  standalone auto

Re: [rspec-users] Autotest does not start

2010-08-12 Thread Don French
under bundler bundle exec autotest standalone autotest both within the project directory and there is a spec subdirectory with the spec in them. On Aug 11, 1:14 pm, David Chelimsky wrote: > On Aug 11, 2010, at 4:54 PM, Don French wrote: > > > That is correct. No tests are run. Jus

Re: [rspec-users] Autotest does not start

2010-08-11 Thread Don French
That is correct. No tests are run. Just get the OS command prompt back. Don French On Aug 11, 8:49 am, Ashley Moran wrote: > On 11 Aug 2010, at 19:44, Don French wrote: > > > Any help on this. I think I have read all posts related to autotest > > but still do not have th

Re: [rspec-users] Autotest does not start

2010-08-11 Thread Don French
Any help on this. I think I have read all posts related to autotest but still do not have the answer. Is there something that works better with Rspec that autotest? Don French On Aug 10, 4:24 pm, Don French wrote: > I have a non rails app using rspec2.  I created the autotest/ > discover.

[rspec-users] Autotest does not start

2010-08-10 Thread Don French
sas to the problem. I am sure I am missing something because there is no rails involved. Mahalo Don French ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Autotest just returns

2010-06-27 Thread Don French
bundle exec. That is correct, right On Jun 27, 2:09 pm, David Chelimsky wrote: > On Jun 27, 2010, at 6:51 PM, Don French wrote: > > > > > I am trying to use rspec2 rails with rails3 beta 4. I created a simple > > project and a couple of models. The basic test spec files a

[rspec-users] Autotest just returns

2010-06-27 Thread Don French
ithub.com/rspec/rspec- expectations.git" gem "rspec-mocks", :git => "git://github.com/rspec/rspec-mocks.git" gem "rspec", :git => "git://github.com/rspec/rspec.git" gem 'autotest-rails' gem 'autotest' gem 'autotest

[rspec-users] factory girl rspec and authlogic

2009-10-03 Thread Don French
I am trying some simple test using the above items. Using the Factory.create(...) gives Active Record errors and not the failure of the test. Change it to u = Factory.build(...) then u.save, I do not get the Active record error but the proper test failure message. it 'requires email' do lamb

Re: [rspec-users] autotest failing on startup

2008-07-03 Thread Don French
Mahalo for the information. I am using version 1.1.4 of rspec. Is there a list somewhere for autotest? Don French David Chelimsky-2 wrote: > > On Jul 3, 2008, at 3:08 AM, Don French wrote: > >> I have been using autotest/zentest 3.5.0 with my rails 2.0.2 and >> rs

[rspec-users] Error on Autotest start

2008-07-03 Thread Don French
I have been using autotest/zentest 3.5.0 with my rails 2.0.2 and rspec. I upgraded my gems and got 3.9.3 and had a problem. I went back to 3.5.0 and it worked. I stayed there until moving to rails 2.1. I again updated my gems and got 3.10. This one had the same problem. This time I need to figure

[rspec-users] autotest failing on startup

2008-07-03 Thread Don French
I have been using autotest/zentest 3.5.0 with my rails 2.0.2 and rspec. I upgraded my gems and got 3.9.3 and had a problem. I went back to 3.5.0 and it worked. I stayed there until moving to rails 2.1. I again updated my gems and got 3.10. This one had the same problem. This time I need to figure