Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461233
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, May 17, 11:53 PM
Size
273 B
Mime Type
text/x-ruby
Expires
Mon, May 19, 11:53 PM (21 h, 54 m)
Engine
blob
Format
Raw Data
Handle
220135
Attached To
rARCHIVING archiving
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