Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F4041266
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, Jul 18, 6:53 AM
Size
320 B
Mime Type
text/x-ruby
Expires
Mon, Jul 20, 6:53 AM (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
395320
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'
require
'factory_girl_rails'
Dir
[
Rails
.
root
.
join
(
'test/support/*.rb'
)
].
each
{
|
f
|
require
f
}
module
ActiveSupport
class
TestCase
fixtures
:all
include
FactoryGirl
::
Syntax
::
Methods
end
end
Event Timeline
Log In to Comment