Sha256: 3f15690f99ccb49224151b9ca5bbefed4b37b8c98354a82de2f68adeb95e8280

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

require 'spec_helper'
require 'repository/api_behavior'
describe ::Stickler::Repository::Null do

  before do
    @repo = ::Stickler::Repository::Null.new
  end

  it "sets the root_dir to the class name" do
    @repo.root_dir.should == "Stickler::Repository::Null"
  end

  it_should_behave_like 'includes Repository::Api'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stickler-2.3.0 spec/repository/null_spec.rb