On 8 Apr 2014, at 19:49, Leigh Daniels wrote:
I'm trying to get cucumber working and have tried the previous suggestions to no avail. I'm using the Hello RSpec and Hello Cucumber examples from "The RSpec Book". TextMate: 2.0-alpha.9531
As I do not have that book (or any experience with Cucumber), I can’t test if the bundle works myself (also, you didn’t mention what bundle you installed or what command from that bundle you ran).
[…] in TextMate I get this:
/usr/local/rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- spec (LoadError)
Seems to be missing a required ‘spec’ include.
[…] from /tmp/cucumber-23006.rb:2:in `<main>'
Line two of that (generated?) temporary script seems to trigger it. Would be interesting to know what that line is.