lib/cancan-permits/rspec/config.rb in cancan-permits-0.1.0 vs lib/cancan-permits/rspec/config.rb in cancan-permits-0.1.1

- old
+ new

@@ -1,7 +1,15 @@ \ No newline at end of file +require 'rspec/core' +require 'code-spec' + +require_all File.dirname(__FILE__) + '/matchers' + +RSpec.configure do |config| + config.include RSpec::RubyContentMatchers::License +end