Skip to content

Commit

Permalink
fix: require rackup in test_helper
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <[email protected]>
  • Loading branch information
rwaffen committed Jul 12, 2024
1 parent a1f6b67 commit b782857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
require_relative "support/fake_puppet_db"
require_relative "support/openapi"
require_relative "support/sign_in_helper"
require 'rackup'

# Start FakePuppetDB-Server
server_thread = Thread.new do
Expand Down

0 comments on commit b782857

Please sign in to comment.