Commit 26975fe9dbbc1097affe16689e72c9c80b272f0f
1 parent
e03fd21c
Exists in
colab
and in
4 other branches
Added Mocha for tests
Showing
3 changed files
with
9 additions
and
2 deletions
Show diff stats
Gemfile
Gemfile.lock
| 1 | 1 | GIT |
| 2 | 2 | remote: https://github.com/mezuro/kalibro_entities.git |
| 3 | - revision: 903dd684d9f3f515aae9703a6fbae036b55b4422 | |
| 3 | + revision: ec35266cc3a79465edde66079cd269d494a06768 | |
| 4 | 4 | specs: |
| 5 | 5 | kalibro_entities (0.0.1) |
| 6 | 6 | savon (~> 2.3.0) |
| ... | ... | @@ -103,8 +103,11 @@ GEM |
| 103 | 103 | mail (2.5.4) |
| 104 | 104 | mime-types (~> 1.16) |
| 105 | 105 | treetop (~> 1.4.8) |
| 106 | + metaclass (0.0.1) | |
| 106 | 107 | mime-types (1.23) |
| 107 | 108 | minitest (4.7.5) |
| 109 | + mocha (0.14.0) | |
| 110 | + metaclass (~> 0.0.1) | |
| 108 | 111 | modernizr-rails (2.6.2.3) |
| 109 | 112 | multi_json (1.7.7) |
| 110 | 113 | net-scp (1.1.2) |
| ... | ... | @@ -222,6 +225,7 @@ DEPENDENCIES |
| 222 | 225 | jbuilder (~> 1.2) |
| 223 | 226 | jquery-rails |
| 224 | 227 | kalibro_entities! |
| 228 | + mocha | |
| 225 | 229 | modernizr-rails |
| 226 | 230 | rails (= 4.0.0) |
| 227 | 231 | rspec-rails | ... | ... |
spec/spec_helper.rb