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 498dcec commit 4bcd5ccCopy full SHA for 4bcd5cc
script/custom_build_functions.sh
@@ -7,6 +7,14 @@ function run_cukes {
7
fi
8
}
9
10
+function run_additional_specs {
11
+ bin/rake generate:app generate:stuff
12
+ pushd tmp/example_app
13
+ unset BUNDLE_GEMFILE
14
+ ./bin/rspec
15
+ popd
16
+}
17
+
18
# rspec-rails depends on all of the other rspec repos. Conversely, none of the
19
# other repos have any dependencies with rspec-rails directly. If the other
20
# repos have issues, the rspec-rails suite and cukes would fail exposing them.
0 commit comments