Commit 892f430c91c484873a79c78f67f2757ee02a62bd

Authored by Leandro Santos
1 parent 21153d13

removing eventmachine from Gemfile.lock and adding mocha lib to Gemfile test group

Showing 2 changed files with 6 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -26,6 +26,7 @@ end
26 26 group :test do
27 27 gem 'rspec'
28 28 gem 'rspec-rails'
  29 + gem 'mocha'
29 30 end
30 31  
31 32 group :cucumber do
... ...
Gemfile.lock
... ... @@ -61,7 +61,7 @@ GEM
61 61 database_cleaner (1.2.0)
62 62 diff-lcs (1.1.3)
63 63 erubis (2.7.0)
64   - eventmachine (0.12.11)
  64 + eventmachine (1.0.3)
65 65 fast_gettext (0.6.8)
66 66 ffi (1.0.11)
67 67 gherkin (2.4.21)
... ... @@ -75,7 +75,10 @@ GEM
75 75 i18n (>= 0.4.0)
76 76 mime-types (~> 1.16)
77 77 treetop (~> 1.4.8)
  78 + metaclass (0.0.4)
78 79 mime-types (1.19)
  80 + mocha (0.11.3)
  81 + metaclass (~> 0.0.1)
79 82 multi_json (1.3.6)
80 83 nokogiri (1.5.5)
81 84 pg (0.13.2)
... ... @@ -164,6 +167,7 @@ DEPENDENCIES
164 167 database_cleaner
165 168 fast_gettext
166 169 hpricot
  170 + mocha
167 171 nokogiri
168 172 pg
169 173 prototype-rails
... ...