Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F904761
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Aug 29, 1:27 PM
Size
418 B
Mime Type
text/x-diff
Expires
Sun, Aug 31, 1:27 PM (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
252228
Attached To
rWEBDNS WebDNS (edet4)
View Options
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 1ead2d7..4c96402 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,7 +1,9 @@
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
+Dir[Rails.root.join("test/support/*.rb")].each {|f| require f }
+
class ActiveSupport::TestCase
include FactoryGirl::Syntax::Methods
end
Event Timeline
Log In to Comment