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
|
@ -93,6 +93,11 @@ class RailsTemplateRunnerTest < GeneratorTestCase
|
|||
assert_generated_file_with_data('config/environments/test.rb', "config.gem 'quietbacktrace'")
|
||||
end
|
||||
|
||||
def test_gem_with_lib_option_set_to_false_should_put_gem_dependency_in_enviroment_correctly
|
||||
run_template_method(:gem, 'mislav-will-paginate', :lib => false, :source => 'http://gems.github.com')
|
||||
assert_rails_initializer_includes("config.gem 'mislav-will-paginate', :lib => false, :source => 'http://gems.github.com'")
|
||||
end
|
||||
|
||||
def test_environment_should_include_data_in_environment_initializer_block
|
||||
load_paths = 'config.load_paths += %w["#{RAILS_ROOT}/app/extras"]'
|
||||
run_template_method(:environment, load_paths)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue