mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Detect whether to use mobile view. Session var mobile_view can override automatic detection.
This commit is contained in:
@@ -34,6 +34,7 @@ class Autospec::Runner
|
||||
|
||||
watch_reload('spec/spec_helper.rb')
|
||||
watch_reload('config/(.*).rb')
|
||||
watch_reload(%r{app/helpers/(.*).rb})
|
||||
|
||||
def self.run(opts={})
|
||||
self.new.run(opts)
|
||||
|
Reference in New Issue
Block a user