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 b2d6c17 commit e79a219Copy full SHA for e79a219
example_app_generator/run_specs.rb
@@ -7,7 +7,6 @@
7
run('bin/rake --backtrace spec:requests') || abort
8
run('bin/rake --backtrace spec:models') || abort
9
run('bin/rake --backtrace spec:views') || abort
10
-run('bin/rake --backtrace spec:controllers') || abort
11
run('bin/rake --backtrace spec:helpers') || abort
12
run('bin/rake --backtrace spec:mailers') || abort
13
run("bin/rake --backtrace stats") || abort
0 commit comments