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
|
@ -2,7 +2,7 @@ require 'plugin_test_helper'
|
|||
|
||||
class PluginLocatorTest < Test::Unit::TestCase
|
||||
def test_should_require_subclasses_to_implement_the_plugins_method
|
||||
assert_raises(RuntimeError) do
|
||||
assert_raise(RuntimeError) do
|
||||
Rails::Plugin::Locator.new(nil).plugins
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue