diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-26 20:14:27 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:30:59 +0700 |
commit | 187a5f39bac5fc38e39a5df700d1672391b83d43 (patch) | |
tree | 921d223a9fa293af2ed6844bd2ab334d7eaf4aae /ruby/rubygem-rspec-mocks/README | |
parent | 7f8d7fc283c7468bcc954c09775d9022d6b30965 (diff) |
ruby/rubygem-rspec-mocks: Added (test-double framework for rspec).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-rspec-mocks/README')
-rw-r--r-- | ruby/rubygem-rspec-mocks/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/rubygem-rspec-mocks/README b/ruby/rubygem-rspec-mocks/README new file mode 100644 index 000000000000..7959841b4e89 --- /dev/null +++ b/ruby/rubygem-rspec-mocks/README @@ -0,0 +1,3 @@ +rspec-mocks is a test-double framework for rspec with support for method +stubs, fakes, and message expectations on generated test-doubles and real +objects alike. |