fix require for 1.9 in statistics_spec.rb
This commit is contained in:
parent
88c6db5de4
commit
5a96c8ff49
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
require 'spec_helper'
|
||||
require 'lib/statistics'
|
||||
require File.join(Rails.root, 'lib/statistics')
|
||||
|
||||
describe Statistics do
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue