Commit 3a7a8c94c209f393baf1ace882bdecababfd136a

Authored by Victor Costa
1 parent 6c9e4be6
Exists in master

Fix path of api test_helper

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/unit/api_test.rb
1 1 require_relative '../test_helper'
2   -require_relative '../../../../test/unit/api/test_helper'
  2 +require_relative '../../../../test/api/test_helper'
3 3  
4 4 class APITest < ActiveSupport::TestCase
5 5  
... ...