Skip to content

Commit

Permalink
Fix NameError while running testsuite
Browse files Browse the repository at this point in the history
Error:
OBSControllerTest#test_backend_error_handling:
NameError: uninitialized constant OBSControllerTest::ApiConnect
    test/integration/obs_controller_test.rb:17:in
`test_backend_error_handling'
  • Loading branch information
dmacvicar committed Jun 19, 2018
1 parent eef5e1f commit 2e36915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/obs_controller_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require File.expand_path('../../test_helper', __FILE__)
require 'api_connect'

class OBSControllerTest < ActionDispatch::IntegrationTest
def test_backend_connection
Expand Down

0 comments on commit 2e36915

Please sign in to comment.