Skip to content

Instantly share code, notes, and snippets.

@etagwerker
Created July 29, 2019 14:25
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 etagwerker/ab6ce0edce2de1ce22628c33aea56855 to your computer and use it in GitHub Desktop.
Save etagwerker/ab6ce0edce2de1ce22628c33aea56855 to your computer and use it in GitHub Desktop.
next rspec spec/lib output
$ docker-compose run app next rspec spec/lib
Starting e-petitions_cache_1 ... done
Starting e-petitions_db_1 ... done
DEPRECATION WARNING: `config.serve_static_files` is deprecated and will be removed in Rails 5.1.
Please use `config.public_file_server.enabled = true` instead.
(called from block in <top (required)> at /usr/src/app/config/environments/test.rb:16)
DEPRECATION WARNING: `config.static_cache_control` is deprecated and will be removed in Rails 5.1.
Please use
`config.public_file_server.headers = { 'Cache-Control' => 'public, max-age=3600' }`
instead.
(called from block in <top (required)> at /usr/src/app/config/environments/test.rb:17)
DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from <top (required)> at /usr/src/app/config/environment.rb:5)
DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
them to actual class references. For example:
"CloudFrontRemoteIp" => CloudFrontRemoteIp
(called from <top (required)> at /usr/src/app/config/environment.rb:5)
DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
them to actual class references. For example:
"QuietLogger" => QuietLogger
(called from <top (required)> at /usr/src/app/config/environment.rb:5)
DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
them to actual class references. For example:
"ActionDispatch::RemoteIp" => ActionDispatch::RemoteIp
(called from <top (required)> at /usr/src/app/config/environment.rb:5)
DEPRECATION WARNING: #table_exists? currently checks both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only check tables. Use #data_source_exists? instead. (called from table_exists? at /usr/src/app/app/models/site.rb:23)
DEPRECATION WARNING: Specifying strings for both :path and the route path is deprecated. Change things like this:
match "signed", :path => "sponsored"
to this:
match "sponsored", :as => "signed", :action => "signed"
(called from block (5 levels) in <top (required)> at /usr/src/app/config/routes.rb:56)
Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
Randomized with seed 34600
............................................................
Finished in 9.5 seconds (files took 7.81 seconds to load)
60 examples, 0 failures
Randomized with seed 34600
Cleaning up...
Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment