Skip to content

Instantly share code, notes, and snippets.

@seanknox
Created June 29, 2016 21:17
Show Gist options
  • Save seanknox/b0cc55df15d49987326a043aee3257be to your computer and use it in GitHub Desktop.
Save seanknox/b0cc55df15d49987326a043aee3257be to your computer and use it in GitHub Desktop.
require 'rails_helper'
RSpec.describe 'rake db:seed' do
it 'loads without error' do
load Rails.root.join('db', 'seeds.rb')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment