File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ Feature: Channel generator spec
7
7
"""
8
8
invoke rspec
9
9
create spec/channels/group_channel_spec.rb
10
+ """
11
+ Then the output should contain:
12
+ """
10
13
create app/channels/group_channel.rb
11
- identical app/javascript/channels/index.js
12
- identical app/javascript/channels/consumer.js
13
- create app/javascript/channels/group_channel.js
14
14
"""
15
15
16
16
Scenario : Channel generator with customized `default-path`
@@ -24,8 +24,8 @@ Feature: Channel generator spec
24
24
"""
25
25
invoke rspec
26
26
create behaviour/channels/group_channel_spec.rb
27
+ """
28
+ Then the output should contain:
29
+ """
27
30
create app/channels/group_channel.rb
28
- identical app/javascript/channels/index.js
29
- identical app/javascript/channels/consumer.js
30
- create app/javascript/channels/group_channel.js
31
31
"""
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ Feature: Controller generator spec
14
14
create app/helpers/posts_helper.rb
15
15
invoke rspec
16
16
create spec/helpers/posts_helper_spec.rb
17
- invoke assets
18
- invoke css
19
- create app/assets/stylesheets/posts.css
20
17
"""
21
18
22
19
Scenario : Controller generator with customized `default-path`
@@ -37,7 +34,4 @@ Feature: Controller generator spec
37
34
create app/helpers/posts_helper.rb
38
35
invoke rspec
39
36
create behaviour/helpers/posts_helper_spec.rb
40
- invoke assets
41
- invoke css
42
- create app/assets/stylesheets/posts.css
43
37
"""
You can’t perform that action at this time.
0 commit comments