test/helper.rb in red-arrow-0.11.0 vs test/helper.rb in red-arrow-0.12.0

- old
+ new

@@ -13,15 +13,14 @@ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -require_relative "../version" - require "arrow" require "pathname" require "tempfile" +require "zlib" require "test-unit" require_relative "helper/fixture"