Sha256: a7ea4fc631798bc0cb8c362a5ceb62087a960c389b225aa3a6bb76de2801807d
Contents?: true
Size: 382 Bytes
Versions: 50
Compression:
Stored size: 382 Bytes
Contents
require "spec_helper" describe "bundle licenses" do before :each do install_gemfile <<-G source "file://#{gem_repo1}" gem "rails" gem "with_license" G end it "prints license information for all gems in the bundle" do bundle "licenses" expect(out).to include("actionpack: Unknown") expect(out).to include("with_license: MIT") end end
Version data entries
50 entries across 50 versions & 1 rubygems