Skip to content

Instantly share code, notes, and snippets.

@prathamesh-sonpatki
Created January 13, 2016 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prathamesh-sonpatki/bfef67f03381086ff197 to your computer and use it in GitHub Desktop.
Save prathamesh-sonpatki/bfef67f03381086ff197 to your computer and use it in GitHub Desktop.
$ be rake
DEPRECATION WARNING: The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be removed in Rails 5.0. Please migrate your configuration files accordingly. (called from block in <top (required)> at /Users/prathamesh/Projects/sources/maildown/test/dummy/config/environments/test.rb:16)
DEPRECATION WARNING: The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be removed in Rails 5.0. Please migrate your configuration files accordingly. (called from block in <top (required)> at /Users/prathamesh/Projects/sources/maildown/test/dummy/config/environments/test.rb:16)
/Users/prathamesh/Projects/sources/maildown/test/dummy/db/schema.rb doesn't exist yet. Run `rake db:migrate` to create it, then try again. If you do not intend to use a database, you should instead alter /Users/prathamesh/Projects/sources/maildown/test/dummy/config/application.rb to limit the frameworks that will be loaded.
Run options: --seed 48426
# Running:
DEPRECATION WARNING: You did not specify a value for the configuration option `active_support.test_order`. In Rails 5, the default value of this option will change from `:sorted` to `:random`.
To disable this warning and keep the current behavior, you can add the following line to your `config/environments/test.rb`:
Rails.application.configure do
config.active_support.test_order = :sorted
end
Alternatively, you can opt into the future behavior by setting this option to `:random`. (called from test_order at /Users/prathamesh/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.1/lib/active_support/test_case.rb:42)
.......
Finished in 0.063054s, 111.0159 runs/s, 158.5941 assertions/s.
7 runs, 10 assertions, 0 failures, 0 errors, 0 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment