aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-rspec-mocks/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ruby-rspec-mocks/gemspec.patch')
-rw-r--r--testing/ruby-rspec-mocks/gemspec.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/ruby-rspec-mocks/gemspec.patch b/testing/ruby-rspec-mocks/gemspec.patch
deleted file mode 100644
index 5d4f6e7753..0000000000
--- a/testing/ruby-rspec-mocks/gemspec.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/rspec-mocks.gemspec
-+++ b/rspec-mocks.gemspec
-@@ -13,8 +13,7 @@
- s.summary = "rspec-mocks-#{RSpec::Mocks::Version::STRING}"
- s.description = "RSpec's 'test double' framework, with support for stubbing and mocking"
-
-- s.files = `git ls-files -- lib/*`.split("\n")
-- s.files += %w[README.md LICENSE.md Changelog.md .yardopts .document]
-+ s.files = Dir["lib/**/*"]
- s.test_files = []
- s.rdoc_options = ["--charset=UTF-8"]
- s.require_path = "lib"