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
Gemfile
... ... @@ -106,6 +106,7 @@ group :development do
106 106 end
107 107  
108 108 group :development, :test do
  109 + gem 'spinach-rails'
109 110 gem "rspec-rails"
110 111 gem "capybara"
111 112 gem "capybara-webkit"
... ...
Gemfile.lock
... ... @@ -132,6 +132,7 @@ GEM
132 132 execjs
133 133 coffee-script-source (1.3.3)
134 134 colored (1.2)
  135 + colorize (0.5.8)
135 136 crack (0.3.1)
136 137 cucumber (1.2.1)
137 138 builder (>= 2.1.2)
... ... @@ -172,6 +173,7 @@ GEM
172 173 thor (>= 0.13.6)
173 174 gherkin (2.11.0)
174 175 json (>= 1.4.6)
  176 + gherkin-ruby (0.2.1)
175 177 git (1.2.5)
176 178 github-markup (0.7.4)
177 179 gitlab_meta (2.9)
... ... @@ -344,6 +346,13 @@ GEM
344 346 tilt (~> 1.3, >= 1.3.3)
345 347 six (0.2.0)
346 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 356 sprockets (2.1.3)
348 357 hike (~> 1.2)
349 358 rack (~> 1.0)
... ... @@ -442,6 +451,7 @@ DEPENDENCIES
442 451 shoulda-matchers
443 452 simplecov
444 453 six
  454 + spinach-rails
445 455 sqlite3
446 456 stamp
447 457 therubyracer
... ...