[rspec-users] [ANN] Cucumber 0.1.13

2008-12-20 Thread aslak hellesoy
It's time for some new features again. Output is now much better since you can use diffing, tweak the output colours and get the full --backtrace if you want. Managing your support/* files became a little easier since they are now always loaded before the step definitions. Life became easier for Wi

[rspec-users] Cucumber logo poll is open

2008-12-20 Thread aslak hellesoy
Cast your ballots! http://cukes.info/ ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] cucumber and selenium

2008-12-20 Thread Slava Mikerin
hello, I am starting out with cucumber and selenium. Whenever I run a rake features on my features or on cucumber/examples/selenium/features too many browser windows start... for example if run cucumber examples/selenium/features 3 browser windows get launched. I commented out browser closing after

[rspec-users] newbie: errors getting started with cucumber

2008-12-20 Thread Sarah Allen
Just getting started with Ruby and Rails, I wanted to check out BDD and cucumber seemed like a good place to start. Let me know if this stuff is too new for a newbie and I'll wander off. I've installed the following: sudo gem install cucumber sudo gem install rspec rspec-rails webrat $ rak

Re: [rspec-users] newbie: errors getting started with cucumber

2008-12-20 Thread Mischa Fierer
Try pasting this into config/environments/test.rb #config/environments/test.rb #config.gem 'rspec-rails', :source => "http://gems.github.com";, :lib => 'spec/rails' #config.gem 'cucumber', :version => '0.1.12', :source => " http://gems.github.com"; config.gem 'webrat' , :source => "http://gems.git

Re: [rspec-users] newbie: errors getting started with cucumber

2008-12-20 Thread Sarah Allen
More poking around and I found this page: http://github.com/aslakhellesoy/cucumber/wikis/ruby-on-rails never mind. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/r