1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/ruby-hamster/specs-remove-extra-deps.patch
Jakub Jirutka 22ff181448 testing/ruby-hamster: new aport
https://github.com/hamstergem/hamster
Efficient, immutable, and thread-safe collection classes for Ruby
2018-03-26 17:32:51 +02:00

26 lines
528 B
Diff

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,7 +1,3 @@
-require "codeclimate-test-reporter"
-CodeClimate::TestReporter.start
-
-require "pry"
require "rspec"
require "hamster/hash"
require "hamster/set"
--- a/spec/lib/hamster/vector/insert_spec.rb
+++ b/spec/lib/hamster/vector/insert_spec.rb
@@ -1,6 +1,5 @@
require "spec_helper"
require "hamster/vector"
-require 'pry'
describe Hamster::Vector do
describe "#insert" do
@@ -66,4 +65,4 @@
end
end
end
-end
\ No newline at end of file
+end