diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-26 20:14:24 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:30:59 +0700 |
commit | 7f8d7fc283c7468bcc954c09775d9022d6b30965 (patch) | |
tree | 382b19210ac4d96df36efeebf78dfb2dade29d44 /ruby/rubygem-rspec-expectations/README | |
parent | ddef75619cc5554afcd3c7fcd3fb6234de983637 (diff) |
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/README | 2 |
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. |