Commit 663c58516e60ced77e6acd736c7bf673bbd9bbfb
1 parent
825c88ca
Exists in
master
and in
28 other branches
Correct BlockHelperTest 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 |