aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-rspec-expectations/gemspec.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-25 23:33:10 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-25 23:35:41 +0100
commitebc86245d1973b88d61e78cb879a8ce015ab6922 (patch)
tree5445da7db45e805e7067c2bc5ed57c6ff6aee496 /testing/ruby-rspec-expectations/gemspec.patch
parent979d7b4575f2ededfadf01d1b2dc55ab024aeddb (diff)
downloadaports-ebc86245d1973b88d61e78cb879a8ce015ab6922.tar.bz2
aports-ebc86245d1973b88d61e78cb879a8ce015ab6922.tar.xz
testing/ruby-rspec-expectations: new aport
https://relishapp.com/rspec/rspec-expectations/ Provides a readable API to express expected outcomes of a code example in RSpec
Diffstat (limited to 'testing/ruby-rspec-expectations/gemspec.patch')
-rw-r--r--testing/ruby-rspec-expectations/gemspec.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/ruby-rspec-expectations/gemspec.patch b/testing/ruby-rspec-expectations/gemspec.patch
new file mode 100644
index 0000000000..644aad1ada
--- /dev/null
+++ b/testing/ruby-rspec-expectations/gemspec.patch
@@ -0,0 +1,12 @@
+--- a/rspec-expectations.gemspec
++++ b/rspec-expectations.gemspec
+@@ -13,8 +13,7 @@
+ s.summary = "rspec-expectations-#{RSpec::Expectations::Version::STRING}"
+ s.description = "rspec-expectations provides a simple, readable API to express expected outcomes of a code example."
+
+- 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"