spec/fixture_spec.rb in licensee-9.13.1 vs spec/fixture_spec.rb in licensee-9.13.2

- old
+ new

@@ -3,10 +3,10 @@ RSpec.describe 'fixture test' do fixtures.each do |fixture| let(:options) { { detect_packages: true, detect_readme: true } } context "the #{fixture} fixture" do - subject { Licensee.project(path, options) } + subject { Licensee.project(path, **options) } let(:path) { fixture_path(fixture) } let(:other) { Licensee::License.find('other') } let(:none) { Licensee::License.find('none') } let(:expectations) { fixture_licenses[fixture] || {} }