Detect whether to use mobile view. Session var mobile_view can override automatic detection.

This commit is contained in:
Neil Lalonde
2013-08-27 14:57:42 -04:00
parent 009dec833f
commit 9efa29e688
5 changed files with 46 additions and 1 deletions

View File

@@ -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)