Skip to content

Instantly share code, notes, and snippets.

@Atalanta
Created December 17, 2010 17:05
Show Gist options
  • Save Atalanta/745282 to your computer and use it in GitHub Desktop.
Save Atalanta/745282 to your computer and use it in GitHub Desktop.
Feature: Third Party Software Installable
In order to work effectively
As a member of the OpsEng team
I want to be able to install third party software
Scenario: No third party repo available
Given a fresh machine
And no third party repo is available
When I try to install Skype
Then Skype should be not be installed
~/repo-test $ cucumber features
features/third_party_software_installable.feature: Lexing error on line 9: ' And no third party repo is available'. See http://wiki.github.com/aslakhellesoy/gherkin/lexingerror for more infor\
mation. (Gherkin::Lexer::LexingError)
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/gherkin-2.3.2/lib/gherkin/lexer/i18n_lexer.rb:23:in `scan'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/gherkin-2.3.2/lib/gherkin/lexer/i18n_lexer.rb:23:in `scan'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/gherkin-2.3.2/lib/gherkin/parser/parser.rb:31:in `parse'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/cucumber-0.10.0/lib/cucumber/feature_file.rb:35:in `parse'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/cucumber-0.10.0/lib/cucumber/runtime/features_loader.rb:28:in `block in load'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/cucumber-0.10.0/lib/cucumber/runtime/features_loader.rb:26:in `each'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/cucumber-0.10.0/lib/cucumber/runtime/features_loader.rb:26:in `load'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/cucumber-0.10.0/lib/cucumber/runtime/features_loader.rb:14:in `features'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/cucumber-0.10.0/lib/cucumber/runtime.rb:132:in `features'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/cucumber-0.10.0/lib/cucumber/runtime.rb:45:in `run!'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/cucumber-0.10.0/lib/cucumber/cli/main.rb:43:in `execute!'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/cucumber-0.10.0/lib/cucumber/cli/main.rb:20:in `execute'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/cucumber-0.10.0/bin/cucumber:14:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.2-p0/bin/cucumber:19:in `load'
/usr/local/rvm/gems/ruby-1.9.2-p0/bin/cucumber:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment