module RSpecFileFixtures

Provides a `fixture` method in all RSpec tests.

Constants

VERSION

Public Instance Methods

fixture(path) click to toggle source
# File lib/rspec_file_fixtures.rb, line 15
def fixture(path)
  Fixture.new(path)
end