diff options
| author | mo khan <mo@mokhan.ca> | 2014-02-21 22:27:13 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-02-21 22:27:13 -0700 |
| commit | 60aa8fa77deaf9d4c90c1ede37caeeff13ee283d (patch) | |
| tree | 2e2783442eb09d58e4257bf4f256ecc4ce25aa6b /spec/spec_helper.rb | |
| parent | 476bee1ff1e1c0d4fe553898f5f029530a41919c (diff) | |
define well types table.
Diffstat (limited to 'spec/spec_helper.rb')
| -rw-r--r-- | spec/spec_helper.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 943bc19..09b0309 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -39,4 +39,7 @@ RSpec.configure do |config| # the seed, which is printed after each run. # --seed 1234 config.order = "random" + config.before(:suite) do + require "#{Rails.root}/db/seeds" + end end |
