Skip to content

Commit 4bcd5cc

Browse files
committed
Run generated specs in example_app on CI
1 parent 498dcec commit 4bcd5cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

script/custom_build_functions.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ function run_cukes {
77
fi
88
}
99

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+
1018
# rspec-rails depends on all of the other rspec repos. Conversely, none of the
1119
# other repos have any dependencies with rspec-rails directly. If the other
1220
# repos have issues, the rspec-rails suite and cukes would fail exposing them.

0 commit comments

Comments
 (0)