Simplify requiring of test helpers

This commit is contained in:
Dan Rice 2014-05-16 18:03:13 -04:00
parent d0cec167a8
commit 2386e67dec
59 changed files with 59 additions and 59 deletions

View file

@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__) + '/../minimal_test_helper')
require 'minimal_test_helper'
require 'app/models/stats/pie_chart_data'
require 'active_support/core_ext/string'