The build failed.
CHANGES
-------
Revision ...4b6321e committed by Sam Pohlenz <sam@sampohlenz.com> on
2009-09-03 19:00:40
Don''t raise exceptions for missing javascript_include_tag or
stylesheet_link_tag sources unless the :cache or :concat options are given.
[#2738 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
.../lib/action_view/helpers/asset_tag_helper.rb | 8 ++-
actionpack/test/template/asset_tag_helper_test.rb | 62 ++++++++++++++++++-
2 files changed, 64 insertions(+), 6 deletions(-)
TEST FAILURES AND ERRORS
-----------------------
Name:
test_template_changes_are_not_reflected_with_cached_templates(CompiledTemplatesTest)
Type: Failure
Message: <"Hello world!"> expected but was
<"Goodbye world!">.
./test/template/compiled_templates_test.rb:23:in
`test_template_changes_are_not_reflected_with_cached_templates''
./test/template/compiled_templates_test.rb:57:in `modify_template''
./test/template/compiled_templates_test.rb:22:in
`test_template_changes_are_not_reflected_with_cached_templates''
/usr/local/lib/ruby/gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in
`__send__''
/usr/local/lib/ruby/gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in
`run''
See http://ci.rubyonrails.org/builds/rails/4b6321e for details.