Commit 708b7cd
Changed files (2)
Gemfile
@@ -2,3 +2,4 @@ source "https://rubygems.org"
gem 'rspec'
gem 'rspec-fakes'
+gem 'cucumber'
Gemfile.lock
@@ -1,10 +1,19 @@
GEM
remote: https://rubygems.org/
specs:
+ builder (3.0.0)
+ cucumber (1.2.1)
+ builder (>= 2.1.2)
+ diff-lcs (>= 1.1.3)
+ gherkin (~> 2.11.0)
+ json (>= 1.4.6)
developwithpassion_arrays (0.0.1)
developwithpassion_fakes (0.1.1)
developwithpassion_arrays
diff-lcs (1.1.3)
+ gherkin (2.11.1)
+ json (>= 1.4.6)
+ json (1.7.4)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
@@ -21,5 +30,6 @@ PLATFORMS
ruby
DEPENDENCIES
+ cucumber
rspec
rspec-fakes