mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Merge pull request #2460 from TracksApp/remove-mocha-deprecation-warning
Remove mocha deprecation warning
This commit is contained in:
commit
f077af520c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
ENV["RAILS_ENV"] ||= "test"
|
ENV["RAILS_ENV"] ||= "test"
|
||||||
require 'minitest/autorun'
|
require 'minitest/autorun'
|
||||||
require 'mocha/setup'
|
require 'mocha/minitest'
|
||||||
|
|
||||||
$:.unshift File.dirname(File.dirname(__FILE__))
|
$:.unshift File.dirname(File.dirname(__FILE__))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue