mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:11:08 +08:00
PluginStore for plugin specific bits of storage
Amended plugin interfaces so they work with the vk sample
This commit is contained in:
@ -31,7 +31,6 @@ describe Plugin::Instance do
|
||||
|
||||
plugin.auth_providers.count.should == 1
|
||||
auth_provider = plugin.auth_providers[0]
|
||||
auth_provider.options.should == {:identifier => 'https://zappa.com'}
|
||||
auth_provider.type.should == :open_id
|
||||
|
||||
# calls ensure_assets! make sure they are there
|
||||
|
Reference in New Issue
Block a user