mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 14:28:49 +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__))
|