Commit 092ed0b3575fb7b8674d743ed3219b38ecfc628e

Authored by Victor Costa
1 parent 707a3093

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  
... ...