File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,5 +36,9 @@ group :development, :test do
3636 gem 'fabrication'
3737 gem 'rspec-rails'
3838 gem 'cucumber-rails'
39+ gem "faker"
40+ end
41+
42+ group :test do
43+ gem "mocha"
3944end
40- gem "mocha" , :group => :test
Original file line number Diff line number Diff line change 7777 execjs (1.2.4 )
7878 multi_json (~> 1.0 )
7979 fabrication (1.1.0 )
80+ faker (0.9.5 )
81+ i18n (~> 0.4 )
8082 ffi (1.0.9 )
8183 gherkin (2.4.16 )
8284 json (>= 1.4.6 )
@@ -149,17 +151,19 @@ GEM
149151 rake (0.9.2 )
150152 rdoc (3.9.4 )
151153 responders (0.6.4 )
152- rspec (2.0.0.beta.19 )
153- rspec-core (= 2.0.0.beta.19 )
154- rspec-expectations (= 2.0.0.beta.19 )
155- rspec-mocks (= 2.0.0.beta.19 )
156- rspec-core (2.0.0.beta.19 )
157- rspec-expectations (2.0.0.beta.19 )
158- diff-lcs (>= 1.1.2 )
159- rspec-mocks (2.0.0.beta.19 )
160- rspec-rails (2.0.0.beta.19 )
161- rspec (= 2.0.0.beta.19 )
162- webrat (>= 0.7.2.beta.1 )
154+ rspec (2.6.0 )
155+ rspec-core (~> 2.6.0 )
156+ rspec-expectations (~> 2.6.0 )
157+ rspec-mocks (~> 2.6.0 )
158+ rspec-core (2.6.4 )
159+ rspec-expectations (2.6.0 )
160+ diff-lcs (~> 1.1.2 )
161+ rspec-mocks (2.6.0 )
162+ rspec-rails (2.6.1 )
163+ actionpack (~> 3.0 )
164+ activesupport (~> 3.0 )
165+ railties (~> 3.0 )
166+ rspec (~> 2.6.0 )
163167 rubyzip (0.9.4 )
164168 sass (3.1.7 )
165169 sass-rails (3.1.0.rc.6 )
195199 raindrops (~> 0.6 )
196200 warden (1.0.5 )
197201 rack (>= 1.0 )
198- webrat (0.7.3 )
199- nokogiri (>= 1.2.0 )
200- rack (>= 1.0 )
201- rack-test (>= 0.5.3 )
202202 xpath (0.1.4 )
203203 nokogiri (~> 1.3 )
204204
@@ -212,6 +212,7 @@ DEPENDENCIES
212212 cucumber-rails
213213 devise (>= 1.2 )
214214 fabrication
215+ faker
215216 haml-rails
216217 inherited_resources
217218 jnunemaker-validatable (>= 1.8.4 )
You can’t perform that action at this time.
0 commit comments