test/test_helper.rb in reform-2.6.1 vs test/test_helper.rb in reform-2.6.2

- old
+ new

@@ -1,10 +1,9 @@ require "reform" require "minitest/autorun" require "representable/debug" require "declarative/testing" require "pp" -require "pry-byebug" require "reform/form/dry" # setup test classes so we can test without dry being included class TestForm < Reform::Form