module Skr::Core::Testing

Public Class Methods

fixtures_path() click to toggle source
# File lib/skr/core/testing.rb, line 6
def self.fixtures_path
    Pathname.new(__FILE__).dirname.join('testing/fixtures')
end