Skip to content

Commit

Permalink
Reorganize helper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Oct 26, 2008
1 parent 5453f40 commit 51f908c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper'
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')

class FormHelperWithoutConstraintsTest < ActionView::TestCase
tests ActionView::Helpers::FormHelper
Expand Down
2 changes: 1 addition & 1 deletion test/unit/validations_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper'
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')

class ModelWithoutLengthValidationsTest < Test::Unit::TestCase
def test_should_not_have_any_constraints
Expand Down

0 comments on commit 51f908c

Please sign in to comment.