Update rubocop

This commit is contained in:
Tom Hughes 2017-02-05 11:02:10 +00:00
parent d9c1ba2315
commit c8671c137a
21 changed files with 69 additions and 48 deletions

View file

@ -16,7 +16,7 @@ if defined?(MEMCACHE_SERVERS)
else
require "openid/store/filesystem"
openid_store = OpenID::Store::Filesystem.new(Rails.root.join("tmp/openids"))
openid_store = OpenID::Store::Filesystem.new(Rails.root.join("tmp", "openids"))
end
openid_options = { :name => "openid", :store => openid_store }