Skip to content

Commit

Permalink
Require net/http
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Jun 9, 2022
1 parent e3dcf4c commit 0a3621e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/web_console/tasks/templates.rake
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "net/http"

namespace :templates do
desc "Run tests for templates"
task test: [ :daemonize, :npm, :rackup, :wait, :mocha, :kill, :exit ]
Expand Down

0 comments on commit 0a3621e

Please sign in to comment.