Rakefile in authn-rails-1.7.3 vs Rakefile in authn-rails-1.8.0

- old
+ new

@@ -15,10 +15,10 @@ Bundler::GemHelper.install_tasks desc "Run all of the tests" Rake::TestTask.new do |config| config.libs << 'test' - config.pattern = 'test/**/*_test*' + config.pattern = 'test/**/*_test.rb' config.verbose = true config.warning = true end desc "Generate all of the docs"