module Rubycritic::ViewHelpers

def stylesheet_path(file)

def stylesheet_path(file)
  asset_path("stylesheets", "#{file}.css")
end