diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-26 20:15:08 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:31:00 +0700 |
commit | b0578bdec712d84b30fc75ff1454a372ecb0b7f7 (patch) | |
tree | b306dbc5936d9152178ed10a5a15fc74bd03ecf6 /ruby/rubygem-rspec/slack-desc | |
parent | 8ab124559a692cf8607d8fe53c8638445aa8a7ca (diff) | |
download | slackbuilds-b0578bdec712d84b30fc75ff1454a372ecb0b7f7.tar.gz |
ruby/rubygem-rspec: Added (BDD for Ruby).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-rspec/slack-desc')
-rw-r--r-- | ruby/rubygem-rspec/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ruby/rubygem-rspec/slack-desc b/ruby/rubygem-rspec/slack-desc new file mode 100644 index 0000000000..5c541035b3 --- /dev/null +++ b/ruby/rubygem-rspec/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +rubygem-rspec: rubygem-rspec (BDD for Ruby) +rubygem-rspec: +rubygem-rspec: rspec is a meta-gem, which depends on the rspec-core, rspec-mocks +rubygem-rspec: and rspec-expectations gems. Each of these can be installed +rubygem-rspec: separately and loaded in isolation using require. Among other +rubygem-rspec: benefits, this allows you to use rspec-expectations, for example, +rubygem-rspec: in Test::Unit::TestCase if you happen to prefer that style. +rubygem-rspec: +rubygem-rspec: Homepage: https://github.com/rspec/rspec +rubygem-rspec: +rubygem-rspec: |