learn-co-curriculum / sinatra-fwitter-group-project

Other
2 stars 318 forks source link

Deprecation Warnings #19

Closed CodeByLine closed 8 years ago

CodeByLine commented 8 years ago

I was advised to raise this issue here--just saw someone else with the same issue.

Deprecation Warnings:

RSpec::Core::Configuration#treat_symbols_as_metadata_keys_with_true_values= is deprecated, it is now set to true as default and setting it to false has no effect.

If you need more of the backtrace for any of these deprecations to
identify where to make the necessary changes, you can configure
`config.raise_errors_for_deprecations!`, and it will turn the
deprecation warnings into errors, giving you the full backtrace.

1 deprecation warning total
kaileeagray commented 8 years ago

I have this issue too.