lets rails

This commit is contained in:
ablwr
2014-07-08 10:51:25 -04:00
parent 76cc98e6a1
commit d2797a77c5
97 changed files with 2756 additions and 2498 deletions

10
test/test_helper.rb Normal file
View File

@@ -0,0 +1,10 @@
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
class ActiveSupport::TestCase
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
fixtures :all
# Add more helper methods to be used by all tests here...
end