aboutsummaryrefslogtreecommitdiff
path: root/ruby/rubygem-rspec-expectations/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2017-11-26 20:14:24 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-02 06:30:59 +0700
commit7f8d7fc283c7468bcc954c09775d9022d6b30965 (patch)
tree382b19210ac4d96df36efeebf78dfb2dade29d44 /ruby/rubygem-rspec-expectations/README
parentddef75619cc5554afcd3c7fcd3fb6234de983637 (diff)
downloadslackbuilds-7f8d7fc283c7468bcc954c09775d9022d6b30965.tar.xz
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 000000000000..ff4922f1cf1b
--- /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.