module WebConsole::Testing::Helper

Public Class Methods

gem_root() click to toggle source
# File lib/web_console/testing/helper.rb, line 4
def self.gem_root
  Pathname(File.expand_path('../../../../', __FILE__))
end