Re: [rspec-users] Fixture::FormatError parsing YAML

2009-05-18 Thread WJSimacek
On May 18, 2:16 pm, David Chelimsky wrote: > On Mon, May 18, 2009 at 10:31 AM, WJSimacek wrote: > > Hi, > >    I'm trying to test restful_authentication plugin and am getting > > errors with my install. > >      ==>I've been through the YAML specifica

[rspec-users] Fixture::FormatError parsing YAML

2009-05-18 Thread WJSimacek
Hi, I'm trying to test restful_authentication plugin and am getting errors with my install. ==>I've been through the YAML specification and actually copied the fixture file into word looking for tabs instead of spaces. I've played with various parts of the formatting, but I need a fresh p

Re: [rspec-users] [Cucumber] ANN: Cucumber 0.3.4

2009-05-15 Thread WJSimacek
On May 14, 10:04 am, Julian Leviston wrote: > On 15/05/2009, at 12:48 AM, aslak hellesoy wrote: > > >http://github.com/aslakhellesoy/cucumber/blob/173506c4013a7d733c5b492... > > > Enjoy! I just did an upgrade and came up with .0.3.5. The last entry I see on you list was .0.3.4 two days ago? Is

Re: [rspec-users] [Cucumber] ANN: Cucumber 0.3.4

2009-05-15 Thread WJSimacek
On May 14, 10:04 am, Julian Leviston wrote: > On 15/05/2009, at 12:48 AM, aslak hellesoy wrote: > > >http://github.com/aslakhellesoy/cucumber/blob/173506c4013a7d733c5b492... > > > Enjoy! > > __ Sorry I didn't read to the bottom and see that you also put in the . 0.3.5. Please excuse

Re: [rspec-users] Noob question

2009-04-29 Thread WJSimacek
There's about 3 more gems you need to install. RSpec, RSpec-rails and WebRat. There's also a great introductory article I found on-line at http://blog.rubyyot.com/2009/01/chores-a-test-driven-website/ I'm only half-step ahead of you and feel your pain. Good luck, Wayne On Apr 28, 12:47 pm, "Sophi

Re: [rspec-users] uninitialized constant ActionController running Cucumber features in Aptana/RadRails IDE

2009-04-29 Thread WJSimacek
ort/env.rb file. It's a great into article at http://blog.rubyyot.com/2009/01/chores-a-test-driven-website/ Thanks all again for the help, Wayne On Apr 28, 9:25 am, WJSimacek wrote: > I uninstalled rails-2.3.1 and rails-2.3.2 and then > Successfully installed rails-2.3.2 > > ==>

Re: [rspec-users] uninitialized constant ActionController running Cucumber features in Aptana/RadRails IDE

2009-04-28 Thread WJSimacek
I uninstalled rails-2.3.1 and rails-2.3.2 and then Successfully installed rails-2.3.2 ==>Same error message I think I'm going to try and lose the eclipse framework next. Just another layer giving me a headache. Thanks for your help, Wayne On Apr 27, 4:46 pm, aslak hellesoy wrote: > > I'm just

[rspec-users] uninitialized constant ActionController running Cucumber features in Aptana/RadRails IDE

2009-04-27 Thread WJSimacek
I'm just starting on BDD. I installed the gems for webrats and cucumber. I also ran the following in the Ruby shell: >rake gems:install RAILS_EN=test >script/generate cucumber These commands seemed to create the expected features and lib folders in my project. I'm using the eclipse framework wi