Created
June 29, 2016 21:17
-
-
Save seanknox/b0cc55df15d49987326a043aee3257be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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