Commit e62afb3d59ca9c75ee961b3cab6767a0b859b83c
1 parent
f68764a1
Exists in
master
and in
28 other branches
Fixing typo on block helper test class name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/unit/block_helper_test.rb
1 | require File.dirname(__FILE__) + '/../test_helper' | 1 | require File.dirname(__FILE__) + '/../test_helper' |
2 | 2 | ||
3 | -class BlogHelperTest < ActiveSupport::TestCase | 3 | +class BlockHelperTest < ActiveSupport::TestCase |
4 | 4 | ||
5 | include BlockHelper | 5 | include BlockHelper |
6 | include ActionView::Helpers::TagHelper | 6 | include ActionView::Helpers::TagHelper |