Commit 0c0b385
Changed files (2)
Gemfile
@@ -0,0 +1,2 @@
+source "https://rubygems.org"
+gem 'rspec'
Gemfile.lock
@@ -0,0 +1,18 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ diff-lcs (1.2.4)
+ rspec (2.14.1)
+ rspec-core (~> 2.14.0)
+ rspec-expectations (~> 2.14.0)
+ rspec-mocks (~> 2.14.0)
+ rspec-core (2.14.5)
+ rspec-expectations (2.14.2)
+ diff-lcs (>= 1.1.3, < 2.0)
+ rspec-mocks (2.14.3)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ rspec