docbrown/spec/system
Vaidehi Joshi c7a1bd9449
Fix logging for dev and test environments (#5922)
* Fix logging for dev and test environments

We had some unused code for Timber in our config files for development and test.
However, this was completely clobbering Rails' default behavior of logging out to log/development.log and log/test.log. We should allow for logging in these environments in particular, and since we're not using Timber there, we can just revert to using the Rails default debugging log levels.

* Add Timber logger to specs that explicitly require it

* Restore default Rails.logger in specs using Timber logger

* Explicitly use Rails.logger in OmniauthCallbacksController

We seem to have different logger classes leaking into this controller in tests.
I'm not entirely sure why this is/haven't been able to investigate yet, but I do think we should be using the Rails.logger explicitly until we can figure that out.
2020-02-07 10:15:08 -05:00
..
articles Remove flaky edit button spec (#5579) 2020-01-18 20:32:21 -05:00
comments [deploy] Finalize deleting user associations (#5624) 2020-01-23 11:29:47 -05:00
dashboards Add pagination to followers and following page in dashboard (#258) (#4375) [deploy] 2019-11-20 18:21:18 -05:00
homepage Delete a commented out test (#4875) 2019-11-21 15:14:12 -05:00
internal Improve dropdown UX for internal/badges (#5880) [deploy] 2020-02-04 09:02:14 -08:00
organization Fix rubocop Rails.root.path complaints (#5114) 2019-12-16 12:13:15 -05:00
podcasts Feat: #3498 Display episode's published_at (#4272) 2019-10-08 17:06:46 -04:00
pro_memberships Pro: memberships (#3461) 2019-09-24 10:38:54 -07:00
user Move user deletion by moderator to worker (#5887) [deploy] 2020-02-05 08:27:07 -05:00
videos Fix community name (#2415) 2019-04-13 16:12:21 -04:00
banned_user_interactions_spec.rb Migrate feature test to system test (#2301) 2019-04-04 12:15:10 -04:00
link_for_tags_in_posts_in_notifications_spec.rb Migrate feature test to system test (#2301) 2019-04-04 12:15:10 -04:00
user_leaves_top_level_comment_spec.rb Migrate feature test to system test (#2301) 2019-04-04 12:15:10 -04:00
user_logs_in_with_twitter_spec.rb Fix logging for dev and test environments (#5922) 2020-02-07 10:15:08 -05:00
user_selects_looking_for_work_spec.rb Migrate Users/FollowJob to Sidekiq (#5403) 2020-01-08 15:03:18 -05:00
user_uses_the_editor_spec.rb Unskip all skipped specs (#2941) 2019-05-25 11:04:38 -04:00
user_views_a_reading_list_spec.rb Improve reading list (#2695) 2019-05-05 19:19:30 -04:00
user_visits_a_comments_page_spec.rb Bump capybara from 3.26.0 to 3.27.0 (#3556) 2019-07-30 16:47:08 -04:00
user_visits_downloads_page_spec.rb Fix rubocop lints (#3922) [ci skip] 2019-09-03 10:09:48 -04:00