File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -101,37 +101,37 @@ Feature: Directory Structure
101101 │ └── books_helper.rb
102102 ├── models
103103 │ ├── author.rb
104- │ ├ ── book.rb
104+ │ └ ── book.rb
105105 └── views
106106 ├── books
107- ├ ── layouts
107+ └ ── layouts
108108 lib
109109 ├── country_map.rb
110110 ├── development_mail_interceptor.rb
111111 ├── enviroment_mail_interceptor.rb
112112 └── tasks
113- ├ ── irc.rake
113+ └ ── irc.rake
114114 spec
115115 ├── controllers
116- │ ├ ── books_controller_spec.rb
116+ │ └ ── books_controller_spec.rb
117117 ├── country_map_spec.rb
118118 ├── features
119- │ ├ ── tracking_book_delivery_spec.rb
119+ │ └ ── tracking_book_delivery_spec.rb
120120 ├── helpers
121121 │ └── books_helper_spec.rb
122122 ├── models
123123 │ ├── author_spec.rb
124- │ ├ ── book_spec.rb
124+ │ └ ── book_spec.rb
125125 ├── rails_helper.rb
126126 ├── requests
127- │ ├ ── books_spec.rb
127+ │ └ ── books_spec.rb
128128 ├── routing
129129 │ └── books_routing_spec.rb
130130 ├── spec_helper.rb
131- └ ── tasks
132- │ ├ ── irc_spec.rb
131+ ├ ── tasks
132+ │ └ ── irc_spec.rb
133133 └── views
134- ├ ── books
134+ └ ── books
135135
136136 Scenario : Standard Rails specs must specify the `:type` metadata
137137 Given a file named "spec/functional/widgets_controller_spec.rb" with:
You can’t perform that action at this time.
0 commit comments