Skip to content

Instantly share code, notes, and snippets.

@mistyrinth
Created July 20, 2019 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mistyrinth/84b0062624b94d504dc5bb5475701e67 to your computer and use it in GitHub Desktop.
Save mistyrinth/84b0062624b94d504dc5bb5475701e67 to your computer and use it in GitHub Desktop.
190720blog6
require 'rails_helper'
RSpec.describe Blog, type: :model do
it { should have_many(:entries) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment