diff options
| author | mo khan <mo@mokhan.ca> | 2014-05-21 16:50:20 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-05-21 16:50:20 -0600 |
| commit | 3541bf182170f99962f4aa37b1111b3719e26d3c (patch) | |
| tree | 30505033e82950223c3a914b33abc279e975c22c | |
initial commit.
| -rw-r--r-- | Gemfile | 3 | ||||
| -rw-r--r-- | Gemfile.lock | 18 | ||||
| -rw-r--r-- | spec/spec_helper.rb | 0 |
3 files changed, 21 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..b3a6705 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,18 @@ +GEM + remote: https://rubygems.org/ + specs: + diff-lcs (1.2.5) + rspec (2.14.1) + rspec-core (~> 2.14.0) + rspec-expectations (~> 2.14.0) + rspec-mocks (~> 2.14.0) + rspec-core (2.14.8) + rspec-expectations (2.14.5) + diff-lcs (>= 1.1.3, < 2.0) + rspec-mocks (2.14.6) + +PLATFORMS + ruby + +DEPENDENCIES + rspec diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/spec/spec_helper.rb |
