module RSpecHTML

Support module for rspec/html

Public Class Methods

root() click to toggle source
# File lib/rspec_html.rb, line 18
def self.root
  Pathname.new(__dir__).parent
end