rails init commit

This commit is contained in:
Florian Bogenhard
2014-08-08 22:02:50 +02:00
parent 6763052f0e
commit 245e9ae5d3
55 changed files with 881 additions and 0 deletions
View File
View File
View File
View File
View File
View File
+10
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