Commit decb3abf18314877c7f4fe9241d46936ebe53205

Authored by Nihad Abbasov
1 parent a839cb42

install spinach-rails

Showing 2 changed files with 11 additions and 0 deletions   Show diff stats
@@ -106,6 +106,7 @@ group :development do @@ -106,6 +106,7 @@ group :development do
106 end 106 end
107 107
108 group :development, :test do 108 group :development, :test do
  109 + gem 'spinach-rails'
109 gem "rspec-rails" 110 gem "rspec-rails"
110 gem "capybara" 111 gem "capybara"
111 gem "capybara-webkit" 112 gem "capybara-webkit"
@@ -132,6 +132,7 @@ GEM @@ -132,6 +132,7 @@ GEM
132 execjs 132 execjs
133 coffee-script-source (1.3.3) 133 coffee-script-source (1.3.3)
134 colored (1.2) 134 colored (1.2)
  135 + colorize (0.5.8)
135 crack (0.3.1) 136 crack (0.3.1)
136 cucumber (1.2.1) 137 cucumber (1.2.1)
137 builder (>= 2.1.2) 138 builder (>= 2.1.2)
@@ -172,6 +173,7 @@ GEM @@ -172,6 +173,7 @@ GEM
172 thor (>= 0.13.6) 173 thor (>= 0.13.6)
173 gherkin (2.11.0) 174 gherkin (2.11.0)
174 json (>= 1.4.6) 175 json (>= 1.4.6)
  176 + gherkin-ruby (0.2.1)
175 git (1.2.5) 177 git (1.2.5)
176 github-markup (0.7.4) 178 github-markup (0.7.4)
177 gitlab_meta (2.9) 179 gitlab_meta (2.9)
@@ -344,6 +346,13 @@ GEM @@ -344,6 +346,13 @@ GEM
344 tilt (~> 1.3, >= 1.3.3) 346 tilt (~> 1.3, >= 1.3.3)
345 six (0.2.0) 347 six (0.2.0)
346 slop (2.4.4) 348 slop (2.4.4)
  349 + spinach (0.5.2)
  350 + colorize
  351 + gherkin-ruby (~> 0.2.0)
  352 + spinach-rails (0.1.8)
  353 + capybara (~> 1)
  354 + railties (>= 3)
  355 + spinach (>= 0.4)
347 sprockets (2.1.3) 356 sprockets (2.1.3)
348 hike (~> 1.2) 357 hike (~> 1.2)
349 rack (~> 1.0) 358 rack (~> 1.0)
@@ -442,6 +451,7 @@ DEPENDENCIES @@ -442,6 +451,7 @@ DEPENDENCIES
442 shoulda-matchers 451 shoulda-matchers
443 simplecov 452 simplecov
444 six 453 six
  454 + spinach-rails
445 sqlite3 455 sqlite3
446 stamp 456 stamp
447 therubyracer 457 therubyracer