File tree 3 files changed +19
-13
lines changed
3 files changed +19
-13
lines changed Original file line number Diff line number Diff line change
1
+ --format documentation
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- diff-lcs (1.2.5 )
5
- rspec (3.1 .0 )
6
- rspec-core (~> 3.1 .0 )
7
- rspec-expectations (~> 3.1 .0 )
8
- rspec-mocks (~> 3.1 .0 )
9
- rspec-core (3.1.7 )
10
- rspec-support (~> 3.1.0 )
11
- rspec-expectations (3.1.2 )
4
+ diff-lcs (1.3 )
5
+ rspec (3.9 .0 )
6
+ rspec-core (~> 3.9 .0 )
7
+ rspec-expectations (~> 3.9 .0 )
8
+ rspec-mocks (~> 3.9 .0 )
9
+ rspec-core (3.9.1 )
10
+ rspec-support (~> 3.9.1 )
11
+ rspec-expectations (3.9.0 )
12
12
diff-lcs (>= 1.2.0 , < 2.0 )
13
- rspec-support (~> 3.1.0 )
14
- rspec-mocks (3.1.3 )
15
- rspec-support (~> 3.1.0 )
16
- rspec-support (3.1.2 )
13
+ rspec-support (~> 3.9.0 )
14
+ rspec-mocks (3.9.1 )
15
+ diff-lcs (>= 1.2.0 , < 2.0 )
16
+ rspec-support (~> 3.9.0 )
17
+ rspec-support (3.9.2 )
17
18
18
19
PLATFORMS
19
20
ruby
20
21
21
22
DEPENDENCIES
22
23
rspec
24
+
25
+ BUNDLED WITH
26
+ 2.1.4
Original file line number Diff line number Diff line change 1
1
# rspec-intro
2
2
3
- Source code used in a RSpec tutorial.
3
+ Source code used in Semaphore's [ RSpec
4
+ tutorial] ( https://semaphoreci.com/community/tutorials/getting-started-with-rspec ) .
4
5
5
6
Here's how you can run it:
6
7
You can’t perform that action at this time.
0 commit comments