diff options
| author | mo khan <mo@mokhan.ca> | 2015-03-04 09:35:47 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-03-04 09:35:47 -0700 |
| commit | fde3785d7a5d35497481f76f9cec2aa4a835df29 (patch) | |
| tree | 220dd8d1f132c709e7aca68bd0ea4b961dce2511 /Gemfile.lock | |
| parent | cb67da2560c0b67ffe4febdf3318e6ca8bf3e2e3 (diff) | |
add rspec and factory girl.
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9e2f0ca..3feef4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,6 +62,7 @@ GEM columnize (0.9.0) debug_inspector (0.0.2) debugger-linecache (1.2.0) + diff-lcs (1.2.5) dotenv (1.0.2) dotenv-rails (1.0.2) dotenv (= 1.0.2) @@ -69,6 +70,11 @@ GEM ethon (0.7.3) ffi (>= 1.3.0) execjs (2.3.0) + factory_girl (4.5.0) + activesupport (>= 3.0.0) + factory_girl_rails (4.5.0) + factory_girl (~> 4.5.0) + railties (>= 3.0.0) ffi (1.9.6) foreman (0.77.0) dotenv (~> 1.0.2) @@ -157,6 +163,23 @@ GEM rb-inotify (0.9.5) ffi (>= 0.5.0) rdoc (4.2.0) + rspec-core (3.2.1) + rspec-support (~> 3.2.0) + rspec-expectations (3.2.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.2.0) + rspec-mocks (3.2.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.2.0) + rspec-rails (3.2.1) + actionpack (>= 3.0, < 4.3) + activesupport (>= 3.0, < 4.3) + railties (>= 3.0, < 4.3) + rspec-core (~> 3.2.0) + rspec-expectations (~> 3.2.0) + rspec-mocks (~> 3.2.0) + rspec-support (~> 3.2.0) + rspec-support (3.2.2) sass (3.4.13) sass-rails (5.0.1) railties (>= 4.0.0, < 5.0) @@ -217,6 +240,7 @@ DEPENDENCIES chartkick coffee-rails (~> 4.1.0) dotenv-rails + factory_girl_rails foreman foundation-rails groupdate @@ -231,6 +255,7 @@ DEPENDENCIES pry-rails puma rails (= 4.2.0) + rspec-rails sass-rails (~> 5.0) sdoc (~> 0.4.0) sneakers |
