There was an error while loading. Please reload this page.
1 parent 4fbac13 commit 0236f93Copy full SHA for 0236f93
features/generators/content_blocks_for_projects.feature
@@ -42,9 +42,14 @@ Feature:
42
And the file "config/routes.rb" should contain:
43
"""
44
Petstore::Application.routes.draw do
45
- namespace :cms do content_blocks :products end
46
-
47
- mount_browsercms
+ """
+ And the file "config/routes.rb" should contain:
48
+ namespace :cms do content_blocks :products end
49
50
51
52
+ mount_browsercms
53
54
55
Scenario: With Belongs To
0 commit comments