Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 7a739cb

Browse files
committed
add rspec
1 parent 2814a90 commit 7a739cb

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# A sample Gemfile
2+
source "https://rubygems.org"
3+
4+
gem "rspec"

Gemfile.lock

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
diff-lcs (1.2.5)
5+
rspec (3.0.0)
6+
rspec-core (~> 3.0.0)
7+
rspec-expectations (~> 3.0.0)
8+
rspec-mocks (~> 3.0.0)
9+
rspec-core (3.0.3)
10+
rspec-support (~> 3.0.0)
11+
rspec-expectations (3.0.3)
12+
diff-lcs (>= 1.2.0, < 2.0)
13+
rspec-support (~> 3.0.0)
14+
rspec-mocks (3.0.3)
15+
rspec-support (~> 3.0.0)
16+
rspec-support (3.0.3)
17+
18+
PLATFORMS
19+
ruby
20+
21+
DEPENDENCIES
22+
rspec

0 commit comments

Comments
 (0)