summaryrefslogtreecommitdiffstats
path: root/ruby/rubygem-rspec-expectations/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2017-11-26 21:14:24 +0100
committer Willy Sudiarto Raharjo2017-12-02 00:30:59 +0100
commit7f8d7fc283c7468bcc954c09775d9022d6b30965 (patch)
tree382b19210ac4d96df36efeebf78dfb2dade29d44 /ruby/rubygem-rspec-expectations/README
parentddef75619cc5554afcd3c7fcd3fb6234de983637 (diff)
downloadslackbuilds-7f8d7fc283c7468bcc954c09775d9022d6b30965.tar.gz
ruby/rubygem-rspec-expectations: Added (API for expected outcomes).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-rspec-expectations/README')
-rw-r--r--ruby/rubygem-rspec-expectations/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/rubygem-rspec-expectations/README b/ruby/rubygem-rspec-expectations/README
new file mode 100644
index 0000000000..ff4922f1cf
--- /dev/null
+++ b/ruby/rubygem-rspec-expectations/README
@@ -0,0 +1,2 @@
+rspec-expectations provides a simple, readable API to express expected
+outcomes of a code example.