Commit e62afb3d59ca9c75ee961b3cab6767a0b859b83c

Authored by Rodrigo Souto
1 parent f68764a1

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 1 require File.dirname(__FILE__) + '/../test_helper'
2 2  
3   -class BlogHelperTest < ActiveSupport::TestCase
  3 +class BlockHelperTest < ActiveSupport::TestCase
4 4  
5 5 include BlockHelper
6 6 include ActionView::Helpers::TagHelper
... ...