Commit 00d23a8 1 parent 5649c4b commit 00d23a8 Copy full SHA for 00d23a8
File tree 1 file changed +2
-2
lines changed
spec/license_scout/dependency_manager
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 102
102
# We check the bundler intentionally because we are handling it differently
103
103
bundler_info = dependencies . find { |d | d . name == "bundler" }
104
104
expect ( bundler_info . license . records . first . id ) . to eq ( "MIT" )
105
- expect ( bundler_info . license . records . first . source ) . to eql ( "LICENSE .md" )
105
+ expect ( bundler_info . license . records . first . source ) . to eql ( "README .md" )
106
106
107
107
# We check mixlib-install an example out of 10 dependencies.
108
108
mixlib_install_info = dependencies . find { |d | d . name == "mixlib-install" }
140
140
# We check the bundler intentionally because we are handling it differently
141
141
bundler_info = dependencies . find { |d | d . name == "bundler" }
142
142
expect ( bundler_info . license . records . first . id ) . to eq ( "MIT" )
143
- expect ( bundler_info . license . records . first . source ) . to eql ( "LICENSE .md" )
143
+ expect ( bundler_info . license . records . first . source ) . to eql ( "README .md" )
144
144
145
145
# We check mixlib-install an example out of 10 dependencies.
146
146
mixlib_install_info = dependencies . find { |d | d . name == "mixlib-install" }
You can’t perform that action at this time.
0 commit comments