test/dummy/config/environments/development.rb in devise_token_auth-0.2.0 vs test/dummy/config/environments/development.rb in devise_token_auth-1.0.0.rc1

- old
+ new

@@ -17,13 +17,13 @@ # Don't care if the mailer can't send. config.action_mailer.raise_delivery_errors = true # use mailcatcher for development - config.action_mailer.default_url_options = { :host => 'devise-token-auth.dev' } + config.action_mailer.default_url_options = { host: 'devise-token-auth.dev' } config.action_mailer.delivery_method = :smtp - config.action_mailer.smtp_settings = { :address => 'localhost', :port => 1025 } + config.action_mailer.smtp_settings = { address: 'localhost', port: 1025 } # Print deprecation notices to the Rails logger. config.active_support.deprecation = :log # Raise an error on page load if there are pending migrations. @@ -40,7 +40,7 @@ config.assets.raise_runtime_errors = true # Raises error for missing translations # config.action_view.raise_on_missing_translations = true - OmniAuth.config.full_host = "http://devise-token-auth.dev" + OmniAuth.config.full_host = 'http://devise-token-auth.dev' end