Skip to content

Instantly share code, notes, and snippets.

@mistyrinth
Created July 20, 2019 08:49
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/fae34f4f1d326b6e122b9c79a0b2157b to your computer and use it in GitHub Desktop.
Save mistyrinth/fae34f4f1d326b6e122b9c79a0b2157b to your computer and use it in GitHub Desktop.
190720blog04
require 'rails_helper'
RSpec.describe Blog, type: :model do
it "is valid with name" do
@blog = Blog.new
expect(@blog).to be_valid
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment