Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1615281
test_helper.rb
No One
Temporary
Actions
Download 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
Sat, Mar 21, 10:09 PM
Size
273 B
Mime Type
text/x-ruby
Expires
Mon, Mar 23, 10:09 PM (5 h, 5 m)
Engine
blob
Format
Raw Data
Handle
354345
Attached To
rWEBDNS WebDNS (edet4)
test_helper.rb
View Options
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
}
module
ActiveSupport
class
TestCase
include
FactoryGirl
::
Syntax
::
Methods
end
end
Event Timeline
Log In to Comment