Dématérialiser et simplifier les démarches administratives
cfee2a6ddf
/app/controllers/carte_controller.rb - l10/11 @dossier.update_attributes() - l27 : le @dossier ne semble pas necessaire - l32 : update attributes Ajouter : def dossier_id params[:dossier_id] end /spec/controllers/carte_controller_spec.rb - l 11/16 : utiliser nouvelle syntaxe pour les hashs : get :show, dossier_id: dossier_id - l32 bancal : Commentaire.last.id, en theorie tu n'as jamais besoin d'écrire de requête sql dans tes tests l36 subject { Commentaire.last } - l64, le cas ou c'est en erreur n'est pas testé (le géocodeur renvoie nil) |
||
---|---|---|
.idea | ||
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
spec | ||
vendor/assets | ||
.gitignore | ||
.rspec | ||
.ruby-version | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
Rakefile | ||
README.rdoc | ||
rubocop.yml |
== README This README would normally document whatever steps are necessary to get the application up and running. Things you may want to cover: * Ruby version * System dependencies * Configuration * Database creation * Database initialization * How to run the test suite * Services (job queues, cache servers, search engines, etc.) * Deployment instructions * ... Please feel free to use a different markup language if you do not plan to run <tt>rake doc:app</tt>.