diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:50:53 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:01 -0400 |
commit | 309255ce8bd1aa2677a49067a9a9444565ed9241 (patch) | |
tree | ca266d5e7e649a7709eee018b861d29b34eb18da /ruby | |
parent | ea2eef6563cfa7ca555dafed0f3c288f03525195 (diff) | |
download | slackbuilds-309255ce8bd1aa2677a49067a9a9444565ed9241.tar.gz |
ruby/rubygem-rspec-mocks: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/rubygem-rspec-mocks/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby/rubygem-rspec-mocks/README b/ruby/rubygem-rspec-mocks/README index 7959841b4e..5e07df772d 100644 --- a/ruby/rubygem-rspec-mocks/README +++ b/ruby/rubygem-rspec-mocks/README @@ -1,3 +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. +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. |