From 1b2b95d957860dd25060a2175610e01df103c7b2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 14 Apr 2020 18:41:16 -0600 Subject: Build a bootable docker image --- spec/integration/ruby/bundler_spec.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'spec/integration/ruby') diff --git a/spec/integration/ruby/bundler_spec.rb b/spec/integration/ruby/bundler_spec.rb index 1f87275..55f3764 100644 --- a/spec/integration/ruby/bundler_spec.rb +++ b/spec/integration/ruby/bundler_spec.rb @@ -123,20 +123,20 @@ RSpec.describe 'bundler' do expect(report).to match_schema(version: '2.0') expect(report[:licenses]).not_to be_empty expect(report.find('net-hippie')).to eql({ - name: 'net-hippie', - description: 'net/http for hippies. ☮️', - url: 'https://github.com/mokhan/net-hippie/', - paths: ['.'], - licenses: ['MIT'] - }) + name: 'net-hippie', + description: 'net/http for hippies. ☮️', + url: 'https://github.com/mokhan/net-hippie/', + paths: ['.'], + licenses: ['MIT'] + }) end end context 'when passing custom options to license finder' do it 'forwards the options to license finder' do report = runner.scan(env: { - 'LICENSE_FINDER_CLI_OPTS' => '--debug --aggregate-paths=. ruby' - }) + 'LICENSE_FINDER_CLI_OPTS' => '--debug --aggregate-paths=. ruby' + }) expect(report).to match_schema(version: '2.0') end -- cgit v1.2.3