Guest User

Untitled

a guest
Feb 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. require File.dirname(__FILE__) + '/../test_helper'
  2. require File.dirname(__FILE__) + '/../ar_test_helper.rb'
  3.  
  4. class PlanTest < Test::Unit::TestCase
  5. include ARTestHelper
  6.  
  7. fixtures :plans
  8.  
  9. check_associations("real_estate")
  10. end
Add Comment
Please, Sign In to add comment