mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-20 09:10:12 +01:00
8 lines
140 B
Ruby
8 lines
140 B
Ruby
|
|
require 'simplecov'
|
||
|
|
SimpleCov.start 'rails'
|
||
|
|
|
||
|
|
ENV["RAILS_ENV"] = "test"
|
||
|
|
require 'test/unit'
|
||
|
|
|
||
|
|
$:.unshift File.dirname(File.dirname(__FILE__))
|