Method: RSpec::RubyContentMatchers::LicenseFile::HaveLicenseFiles#negative_failure_message

Defined in:
lib/cantango/rspec/matchers/have_license_file.rb

#negative_failure_messageObject



73
74
75
# File 'lib/cantango/rspec/matchers/have_license_file.rb', line 73

def negative_failure_message
  "License files #{names} found in #{license_dir} but was not expected"
end