test/helper.rb in qs-0.3.0 vs test/helper.rb in qs-0.4.0

- old
+ new

@@ -9,6 +9,6 @@ require 'pathname' ROOT_PATH = Pathname.new(File.expand_path('../..', __FILE__)) require 'test/support/factory' -require 'json' # so the default serializer/deserializer procs will work +require 'json' # so the default encoder/decoder procs will work