fixed the dumb autotest bug. by adding mocha, it seemed to work. also fixed a...
fixed the dumb autotest bug. by adding mocha, it seemed to work. also fixed a bug where authenticate is called to warden and a view IZ MS
parent
29c6f9fa
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- Gemfile 1 ajout, 0 suppressionGemfile
- app/views/status_messages/new.html.haml 1 ajout, 1 suppressionapp/views/status_messages/new.html.haml
- spec/controllers/status_messages_controller_spec.rb 8 ajouts, 1 suppressionspec/controllers/status_messages_controller_spec.rb
- spec/spec_helper.rb 2 ajouts, 2 suppressionsspec/spec_helper.rb
... | @@ -19,6 +19,7 @@ gem "devise", :git => "git://github.com/plataformatec/devise.git" | ... | @@ -19,6 +19,7 @@ gem "devise", :git => "git://github.com/plataformatec/devise.git" |
gem 'ruby-debug' | gem 'ruby-debug' | ||
group :test do | group :test do | ||
gem 'rspec', '>= 2.0.0.beta.10' | |||
gem 'rspec-rails', ">= 2.0.0.beta.8" | gem 'rspec-rails', ">= 2.0.0.beta.8" | ||
gem "mocha" | gem "mocha" | ||
gem 'webrat' | gem 'webrat' | ||
... | ... |
Veuillez vous inscrire ou vous se connecter pour commenter