class Blinkr::SlimerJSWrapper
Public Instance Methods
command()
click to toggle source
# File lib/blinkr/slimer_js_wrapper.rb, line 7 def command return 'xvfb-run slimerjs' if @config.xvfb 'slimerjs' end
name()
click to toggle source
# File lib/blinkr/slimer_js_wrapper.rb, line 3 def name 'slimerjs' end