We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4403ac4 commit a250a36Copy full SHA for a250a36
lib/generators/matestack_page/matestack_page_generator.rb
@@ -28,6 +28,7 @@ def create_matestack_page
28
# swap app and page input order
29
# - scaffold failing rspec test cases per default via options[:rspec]
30
# - check if spec/ folder exists in host system => if not, puts 'rspec test suite not found'
31
+ # - how-to https://relishapp.com/rspec/rspec-rails/docs/generators
32
# talk to jonas: do pages always belong to apps?
33
# - if yes: generate corresponding app if it does not exist
34
# - if yes: invoce `generate matestack_app` with ARGS => should create controller_action and view aswell
0 commit comments