aslak hellesoy wrote:

Try this:

require 'cucumber'

Cucumber.load_language('en')
p = Cucumber::Parser::FeatureParser.new
f = p.parse_or_fail <<-EOF
Feature: Foo
  Scenario: Bar
    Given Zap
EOF

Aslak

Nope! Exact same error. Should I get the bench version? (It's 0.3.0 now.)

--
  Phlip
  http://flea.sourceforge.net/resume.html

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to