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, 12 insertions, 0 deletions
diff --git a/testing/ruby-rspec-mocks/gemspec.patch b/testing/ruby-rspec-mocks/gemspec.patch
new file mode 100644
index 00000000000..5d4f6e77533
--- /dev/null
+++ b/testing/ruby-rspec-mocks/gemspec.patch
@@ -0,0 +1,12 @@
+--- 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"