Sha256: 18f56fa07ddf2056be2b461d6359bd55f83de952ee7ed24b1dd89a47cbdff1d6
Contents?: true
Size: 353 Bytes
Versions: 12
Compression:
Stored size: 353 Bytes
Contents
# frozen_string_literal: true RSpec.describe 'rspec integration', mutant: false do let(:base_cmd) do %w[bundle exec mutant -I lib --require test_app --use rspec] end %w[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
12 entries across 12 versions & 1 rubygems