lib/cancan-permits/rspec/config.rb in cancan-permits-0.2.7 vs lib/cancan-permits/rspec/config.rb in cancan-permits-0.2.8
- old
+ new
@@ -3,6 +3,8 @@
require_all File.dirname(__FILE__) + '/matchers'
RSpec.configure do |config|
config.include RSpec::RubyContentMatchers::License
+ config.include RSpec::RubyContentMatchers::LicenseClass
+ config.include RSpec::RubyContentMatchers::LicenseFile
end