Skip to content

Instantly share code, notes, and snippets.

@greg606
Created July 9, 2013 21:01
Show Gist options
  • Save greg606/5961262 to your computer and use it in GitHub Desktop.
Save greg606/5961262 to your computer and use it in GitHub Desktop.
/home/greg606/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -S bundle exec cucumber --profile default
DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from require at /var/www/plerails/features/support/env.rb:7)
DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from require at /var/www/plerails/features/support/env.rb:7)
Using the default profile...
Feature: Add flashcard
In order to collect knowledge
As a learner
I want to be able to create a flashcard
Scenario: Add first flashcard # features/add_flashard.feature:6
Given I have no flashcards # features/step_definitions/add_flashcard.rb:1
When I press add flashcard button # features/step_definitions/add_flashcard.rb:5
Then I should be able to add flashcard # features/step_definitions/add_flashcard.rb:9
1 scenario (1 passed)
3 steps (3 passed)
0m0.119s
/home/greg606/.rvm/gems/ruby-2.0.0-p247/gems/minitest-4.7.5/lib/minitest/unit.rb:1037:in `block in process_args': invalid option: --profile (OptionParser::InvalidOption)
from /home/greg606/.rvm/gems/ruby-2.0.0-p247/gems/minitest-4.7.5/lib/minitest/unit.rb:1016:in `new'
from /home/greg606/.rvm/gems/ruby-2.0.0-p247/gems/minitest-4.7.5/lib/minitest/unit.rb:1016:in `process_args'
from /home/greg606/.rvm/gems/ruby-2.0.0-p247/gems/minitest-4.7.5/lib/minitest/unit.rb:1066:in `_run'
from /home/greg606/.rvm/gems/ruby-2.0.0-p247/gems/minitest-4.7.5/lib/minitest/unit.rb:1059:in `run'
from /home/greg606/.rvm/gems/ruby-2.0.0-p247/gems/minitest-4.7.5/lib/minitest/unit.rb:795:in `block in autorun'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment