Presumably you only need these if you are *building* cucumber?

If you just want to use cucumber, it should be as simple as "gem
install cucumber", and it should get all the other dependencies.  On
my machine it seemed to install treetop, polyglot, and presumably a
few others - but I don't have rspec-rails nor webrat.

(On looking back at the original post, maybe I'm confused - presumably
if you are cloning cucumber from git, you mean to build it yourself.
But I'm not sure why someone calling themselves a "noob" would want to
do that!  :)  )

- Korny

On Wed, Apr 29, 2009 at 7:02 AM, WJSimacek <wayne.sima...@gmail.com> wrote:
> 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, "Sophie \(itsme213\)" <itsme...@hotmail.com>
> wrote:
>> Just getting started with cucumber on Mac 10.5.6.
>>
>> I have the default Ruby install (1.8). I'm not using Rails. I did a
>>   gem update cucumber
>> and now have cucumber-0.3.1 in my gems.
>>
>> I also did a
>>   git clone
>> and have a repo with cucumber 0.3.2.
>>
>> When I cd into my cucumber (git) directory and do:
>>   cucumber features
>> I get
>> /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
>> `gem_original_require': no such file to load -- spec/expectations
>> (LoadError)
>> Failed to load ./cucumber/examples/selenium_webrat/features/support/env.rb
>> from
>> /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
>> `polyglot_original_require'
>>  from /Library/Ruby/Gems/1.8/gems/polyglot-0.2.5/lib/polyglot.rb:54:in
>> `require'
>>  from ./cucumber/examples/selenium_webrat/features/support/env.rb:1
>>
>> ...
>>
>> Looks like I need a bunch more stuff than what the gem installs. Where can I
>> find out what to install?
>>
>> Thanks!
>>
>> _______________________________________________
>> rspec-users mailing list
>> rspec-us...@rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>



-- 
Kornelis Sietsma  korny at my surname dot com
"Every jumbled pile of person has a thinking part
that wonders what the part that isn't thinking
isn't thinking of"
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to