Created
November 22, 2012 11:57
-
-
Save kana/4130780 to your computer and use it in GitHub Desktop.
Strange error message of the day
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kana@ange ~/working/vim-flavor (2) [(grouping-flavors@{2})] | |
$ bundle exec cucumber --tags '@wip' --format=progress | |
............cucumber install requires at least 0 argument: "cucumber install". | |
.F---- | |
(::) failed steps (::) | |
No such file or directory - /tmp/d20121122-16148-1ej99gq/VimFlavor.lock (Errno::ENOENT) | |
./features/step_definitions/lockfile_steps.rb:11:in `initialize' | |
./features/step_definitions/lockfile_steps.rb:11:in `open' | |
./features/step_definitions/lockfile_steps.rb:11:in `/^I\ get\ lockfile$/' | |
features/flavorfile/groups.feature:37:in `Then I get lockfile' | |
Failing Scenarios: | |
cucumber features/flavorfile/groups.feature:35 # Scenario: Install flavors in a specific group | |
1 scenario (1 failed) | |
12 steps (1 failed, 4 skipped, 7 passed) | |
0m0.069s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment