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

11 lines
181 B
Ruby
Raw Normal View History

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