Skip to content

Commit 0c0b9bc

Browse files
committed
Remove require pry references
1 parent c61f74d commit 0c0b9bc

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

lib/react/server_rendering/webpacker_manifest_container.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require "open-uri"
2-
# require 'pry'
32

43
module React
54
module ServerRendering

test/react/server_rendering/webpacker_manifest_container_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require "test_helper"
22
require "open-uri"
3-
require 'pry'
43

54
WebpackerHelpers.when_webpacker_available do
65
class WebpackerManifestContainerTest < ActiveSupport::TestCase

test/support/webpacker_helpers.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'pry'
21
module WebpackerHelpers
32
PACKS_DIRECTORY = File.expand_path("../../#{DUMMY_LOCATION}/public/packs", __FILE__)
43
begin

0 commit comments

Comments
 (0)