Skip to content

Instantly share code, notes, and snippets.

@mistyrinth
Created July 20, 2019 10:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mistyrinth/d6270f24a6a0a5c6eb77b13b5544e67b to your computer and use it in GitHub Desktop.
190720blog5
require 'rails_helper'
RSpec.describe Entry, type: :model do
it { should belong_to(:blog) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment