Sha256: 56075aeeb8b98f8fc09d909ebda64cb55b483172a6a8664ae1ff5ae6c5bf7cde
Contents?: true
Size: 347 Bytes
Versions: 5
Compression:
Stored size: 347 Bytes
Contents
# frozen_string_literal: true RSpec.describe 'rspec integration', mutant: false do let(:base_cmd) { 'bundle exec mutant -I lib --require test_app --use rspec' } %w[3.7 3.8].each do |version| context "RSpec #{version}" do let(:gemfile) { "Gemfile.rspec#{version}" } it_behaves_like 'framework integration' end end end
Version data entries
5 entries across 5 versions & 1 rubygems