diff --git a/rubygem-aruba.spec b/rubygem-aruba.spec index 80d426b..0d87bcd 100644 --- a/rubygem-aruba.spec +++ b/rubygem-aruba.spec @@ -92,8 +92,18 @@ rm -rf \ %check pushd .%{gem_instdir} +# Drop the fuubar dependency. +rm .rspec + +# We don't care about code coverage. +sed -i "/simplecov/I s/^/#/" spec/spec_helper.rb + +# We don't need Bundler. +sed -i "/bundler/I s/^/#/" spec/spec_helper.rb + +RUBYOPT=-rtime rspec spec + cucumber || true -rspec spec || true popd