Sha256: 6c445f8d7f82bbc3f6c88ea069017f928bef6a6761dc9f1671dd0eeffae64217
Contents?: true
Size: 480 Bytes
Versions: 11
Compression:
Stored size: 480 Bytes
Contents
require File.expand_path( File.join( File.dirname(__FILE__), "..", "spec_helper.rb" ) ) require File.expand_path( File.join( File.dirname(__FILE__), "api_behavior.rb" ) ) require 'stickler/repository/null' 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
11 entries across 11 versions & 1 rubygems