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 b4d058c commit a2b7c37Copy full SHA for a2b7c37
script/run_build
@@ -6,14 +6,14 @@ source script/functions.sh
6
7
fold "binstub check" check_binstubs
8
9
-fold "specs" run_specs_and_record_done
+# fold "specs" run_specs_and_record_done
10
11
-fold "acceptance" bin/rake acceptance --trace
+fold "acceptance" bin/cucumber features/system_specs/system_specs.feature:86
12
13
-fold "snippets" script/run_snippets.sh
+# fold "snippets" script/run_snippets.sh
14
15
if documentation_enforced; then
16
- fold "doc check" check_documentation_coverage
+ # fold "doc check" check_documentation_coverage
17
fi
18
19
-fold "one-by-one specs" run_specs_one_by_one
+# fold "one-by-one specs" run_specs_one_by_one
0 commit comments