lib/stealth/cli.rb in stealth-1.0.0.rc1 vs lib/stealth/cli.rb in stealth-1.0.0

- old
+ new

@@ -215,12 +215,12 @@ define_method 'db:schema:dump' do Kernel.exec('bundle exec rake db:schema:dump') end - desc 'db:seed', 'Creates the database, loads the schema, and initializes with the seed data (use db:reset to also drop the database first)' + desc 'db:seed', 'Seeds the database with data from db/seeds.rb' long_desc <<-EOS - `stealth db:seed` Creates the database, loads the schema, and initializes with the seed data (use db:reset to also drop the database first) + `stealth db:seed` Seeds the database with data from db/seeds.rb $ > stealth db:seed EOS define_method 'db:seed' do Kernel.exec('bundle exec rake db:seed')