diff options
| author | mo khan <mo@mokhan.ca> | 2015-11-19 20:42:21 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-11-19 20:42:21 -0700 |
| commit | 2ca24a47781f9b95d1bffd4bd177c0b9238a1439 (patch) | |
| tree | 3b7d5761eabbe038730806cb91111cd47030bec8 | |
install rspec.
| -rw-r--r-- | Gemfile | 3 | ||||
| -rw-r--r-- | Gemfile.lock | 26 |
2 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,3 @@ +source "https://rubygems.org" + +gem 'rspec' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..227c9f7 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,26 @@ +GEM + remote: https://rubygems.org/ + specs: + diff-lcs (1.2.5) + rspec (3.4.0) + rspec-core (~> 3.4.0) + rspec-expectations (~> 3.4.0) + rspec-mocks (~> 3.4.0) + rspec-core (3.4.1) + rspec-support (~> 3.4.0) + rspec-expectations (3.4.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.4.0) + rspec-mocks (3.4.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.4.0) + rspec-support (3.4.0) + +PLATFORMS + ruby + +DEPENDENCIES + rspec + +BUNDLED WITH + 1.10.6 |
