1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activeresource/test/connection_test.rb
David Heinemeier Hansson 99d268c853 Initial check-in of Active Resourse
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4492 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-06-25 14:44:22 +00:00

11 lines
No EOL
181 B
Ruby

require "#{File.dirname(__FILE__)}/abstract_unit"
require "fixtures/person"
class ConnectionTest < Test::Unit::TestCase
def setup
end
def test_something
true
end
end