Skip to content

Commit 64c78df

Browse files
committed
wip
1 parent e622496 commit 64c78df

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

script/custom_build_functions.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ 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-
}
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+
# }
1717

1818
# rspec-rails depends on all of the other rspec repos. Conversely, none of the
1919
# other repos have any dependencies with rspec-rails directly. If the other

0 commit comments

Comments
 (0)