Instiki 0.16.5
Update to Rails 2.3.2 (the stable Rails 2.3 release). Add audio/speex support Update CHANGELOG Bump version number
This commit is contained in:
parent
801d307405
commit
e2ccdfd812
264 changed files with 4850 additions and 1906 deletions
|
@ -237,7 +237,7 @@ class InitializerPluginLoadingTests < Test::Unit::TestCase
|
|||
|
||||
def test_registering_a_plugin_name_that_does_not_exist_raises_a_load_error
|
||||
only_load_the_following_plugins! [:stubby, :acts_as_a_non_existant_plugin]
|
||||
assert_raises(LoadError) do
|
||||
assert_raise(LoadError) do
|
||||
load_plugins!
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue