Skip to content

Improve ASCII tree representation in docs #2294

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

Merged
merged 1 commit into from
Mar 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions features/directory_structure.feature
Original file line number Diff line number Diff line change
Expand Up @@ -101,37 +101,37 @@ Feature: Directory Structure
│   └── books_helper.rb
├── models
│   ├── author.rb
│   ── book.rb
│   ── book.rb
└── views
├── books
── layouts
── layouts
lib
├── country_map.rb
├── development_mail_interceptor.rb
├── enviroment_mail_interceptor.rb
└── tasks
── irc.rake
── irc.rake
spec
├── controllers
│   ── books_controller_spec.rb
│   ── books_controller_spec.rb
├── country_map_spec.rb
├── features
│   ── tracking_book_delivery_spec.rb
│   ── tracking_book_delivery_spec.rb
├── helpers
│   └── books_helper_spec.rb
├── models
│   ├── author_spec.rb
│   ── book_spec.rb
│   ── book_spec.rb
├── rails_helper.rb
├── requests
│   ── books_spec.rb
│   ── books_spec.rb
├── routing
│   └── books_routing_spec.rb
├── spec_helper.rb
── tasks
│   ── irc_spec.rb
── tasks
│   ── irc_spec.rb
└── views
── books
── books
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sincerely yours, ASCII artist.


Scenario: Standard Rails specs must specify the `:type` metadata
Given a file named "spec/functional/widgets_controller_spec.rb" with:
Expand Down