PluginStore for plugin specific bits of storage

Amended plugin interfaces so they work with the vk sample
This commit is contained in:
Sam
2013-08-26 12:52:36 +10:00
parent 213ce33af2
commit 818bf1355d
9 changed files with 117 additions and 8 deletions

View File

@ -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