Skip to content

Commit 026fb86

Browse files
committed
doc tweaks
1 parent 8bb3cd5 commit 026fb86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: features/.nav

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
- transactional_examples.feature
33
- model_specs:
44
- errors_on.feature
5-
- view_specs:
6-
- view_spec.feature
7-
- stub_template.feature
8-
- inferred_controller_path.feature
95
- controller_specs:
106
- controller_spec.feature
117
- isolation_from_views.feature
@@ -19,6 +15,10 @@
1915
- route_to_matcher.feature
2016
- be_routable_matcher.feature
2117
- named_routes.feature
18+
- view_specs:
19+
- view_spec.feature
20+
- stub_template.feature
21+
- inferred_controller_path.feature
2222
- matchers:
2323
- new_record_matcher.feature
2424
- render_template_matcher.feature

Diff for: features/routing_specs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ customized routes, like vanity links, slugs, etc.
1313

1414
They are also valuable for routes that should not be available:
1515

16-
{ :delete => "/accounts/37" }.should_not be_routable
16+
{ :delete => "/accounts/37" }.should_not be_routable

0 commit comments

Comments
 (0)