Using RSpec to Test ActiveRecord Associations for Arbitrary Models

Demonstrates a method for using RSpec to test ActiveRecord models that are not backed by a database table.

Rails ActiveRecord Relationships Flowchart

Rails makes it easy to create and manage relationships between objects with Active Record. This AR cheat sheet makes it easy to remember.