Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F449109
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
Thu, Apr 24, 2:55 PM
Size
273 B
Mime Type
text/x-ruby
Expires
Sat, Apr 26, 2:55 PM (1 d, 10 h)
Engine
blob
Format
Raw Data
Handle
212461
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