Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F907030
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, Aug 30, 12:40 PM
Size
256 B
Mime Type
text/x-ruby
Expires
Mon, Sep 1, 12:40 PM (1 d, 16 h)
Engine
blob
Format
Raw Data
Handle
252779
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
}
class
ActiveSupport
::
TestCase
include
FactoryGirl
::
Syntax
::
Methods
end
Event Timeline
Log In to Comment