hexagonal_rails_rspec_example

Stars
9
Committers
1

README

This is my attempt at implementing some of the ideas from Hexagonal Rails.

It includes full specs, and I've tried to document the non-obvious things which I learned during the process of working on this.

The files likely to be of interest are:

  • /app/controllers/widgets_controller.rb

  • /spec/app/controllers/widgets_controller_spec.rb

  • /app/lib/widget_creator.rb

  • /spec/app/lib/widget_creator.rb

  • /spec/app/lib/widget_updater.rb

  • /app/lib/widget_updater.rb

All the controller tests avoid hitting the database.

Discussions elsewhere:

Object on Rails: Improving Hexagonal Rails