-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding code and specs for creating empty structure with --init switch #517
Conversation
FileUtils.cd(test_dir) | ||
after_parsing('--init') do | ||
output_stream.string.should =~ /Cucumber has build an empty folder structure/ | ||
File.exists?("cucumber.yml") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you forget some assertions here?
@vestel would you be able to pull behaviour out into a |
@tooky I'll try to find out how the best way to do it during this weekend |
* v1.3.x-bugfix: Disable minitest autorun after loading support code. Update History.md Remove scenarios checking for table deprecation warnings Add a non-mutating version of map_column Remove deprecation AST::Table warnings. Conflicts: History.md features/docs/wire_protocol_table_diffing.feature legacy_features/table_mapping.feature
--init switch creates following structure - features\ + step_definitions\ + support\ + env.rb - cucumber.yml If 'features' folder or 'cucumber.yml' exist, it exits with error-code 1
@tooky Can you take a look and correct me if something wrong. I'm really not sure how to do that |
Travis CI build error has nothing common with my code. I don't understand why it appeared, since local build was clean and green at my box. What should I do next? |
The first time the Ruby 2.0.0 job failed with the error below, but when I restarted the job it passed:
|
Don't worry about the build failure then - thanks @brasmusson. @vestel it's hard to review this PR because it contains 4b4cd78 which has a lot of changes in it, and aren't related to this change. Can you rebase your branch to just have the commits that you've made for this change? |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
--init switch creates following structure
If 'features' folder or 'cucumber.yml' exist, it exits with error-code 1