GeoRSS aggregator and Layar augmented reality server
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- ENV["RAILS_ENV"] = "test"
- require File.expand_path('../../config/environment', __FILE__)
- require 'rails/test_help'
-
- class ActiveSupport::TestCase
- # Add more helper methods to be used by all tests here...
- end
|