Enable RSpec test suite.

f38
Vít Ondruch 7 years ago
parent bd087f957b
commit f88014a4ce

@ -92,8 +92,18 @@ rm -rf \
%check %check
pushd .%{gem_instdir} 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 cucumber || true
rspec spec || true
popd popd

Loading…
Cancel
Save