This repository was archived by the owner on Aug 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
- name : rspec-core
5
5
description : >
6
6
The spec runner, providing a rich command line program, flexible and
7
- customizable reporting, and an API to organize your code examples
7
+ customizable reporting, and an API to organize your code examples.
8
8
- name : rspec-expectations
9
9
description : >
10
- Provides a readable API to express expected outcomes of a code example
10
+ Provides a readable API to express expected outcomes of a code example.
11
11
- name : rspec-mocks
12
12
description : >
13
13
Test double framework, providing multiple types of fake objects to allow you
14
- to tightly control the environment in which your specs run
14
+ to tightly control the environment in which your specs run.
15
15
- name : rspec-rails
16
16
description : >
17
17
Supports using RSpec to test Ruby on Rails applications in place of Rails' built-in test framework.
@@ -38,8 +38,7 @@ section
38
38
b
39
39
| #{ gem.name} :  ;
40
40
span
41
- == gem.description
42
- = documentation_links_for(gem.name)
41
+ | #{ gem.description}   ; Versions:  ; #{ documentation_links_for(gem.name)}
43
42
44
43
article .relish
45
44
h2 Relish
You can’t perform that action at this time.
0 commit comments