test/unit/dog_test.rb in thoughtbot-shoulda-2.10.2 vs test/unit/dog_test.rb in thoughtbot-shoulda-2.11.1
- old
+ new
@@ -1,5 +1,5 @@
-require File.dirname(__FILE__) + '/../test_helper'
+require 'test_helper'
class Pets::DogTest < ActiveSupport::TestCase
should_belong_to :user
should_belong_to :address, :dependent => :destroy
should_have_many :treats