Skip to content

Commit f3c6c49

Browse files
committed
Unset disable gems for acceptance
1 parent 4f9100d commit f3c6c49

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require "rubygems"
12
require "bundler"
23
begin
34
Bundler.setup

script/custom_build_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function run_cukes {
22
if is_mri_192_plus; then
3-
bin/rake acceptance --trace
3+
(unset RUBYOPT; bin/rake acceptance --trace)
44
return $?
55
elif is_jruby; then
66
bin/rake smoke:app

0 commit comments

Comments
 (0)