mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-05 16:58:50 +01:00
fix running minimal test framework using minitest
This commit is contained in:
parent
5c636e48ad
commit
85cfa1c366
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
ENV["RAILS_ENV"] ||= "test"
|
||||
require 'minitest/autorun'
|
||||
require 'mocha/setup'
|
||||
|
||||
$:.unshift File.dirname(File.dirname(__FILE__))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue