Skip to content

Instantly share code, notes, and snippets.

@jivagoalves
Created December 12, 2013 19:42
Show Gist options
  • Save jivagoalves/7934125 to your computer and use it in GitHub Desktop.
Save jivagoalves/7934125 to your computer and use it in GitHub Desktop.
# spec/db/seeds_spec.rb
require 'spec_helper'
describe "db:seed task" do
it "loads the seeds successfully" do
load "#{Rails.root}/db/seeds.rb"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment