mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 17:28:50 +01:00
7 lines
140 B
Ruby
7 lines
140 B
Ruby
require 'simplecov'
|
|
SimpleCov.start 'rails'
|
|
|
|
ENV["RAILS_ENV"] = "test"
|
|
require 'test/unit'
|
|
|
|
$:.unshift File.dirname(File.dirname(__FILE__))
|