Sha256: d0d089e07749b13a46ad0ba3645fba3f890aaa6c72e2bcc2cba4645159d2266e

Contents?: true

Size: 250 Bytes

Versions: 2

Compression:

Stored size: 250 Bytes

Contents

require 'spec_helper'
require 'cantango/configuration/shared/registry/candidate_ex'

class MyReg < CanTango::Configuration::Registry::Candidate
end

describe MyReg do
  subject { MyReg.new }

  it_should_behave_like "Candidate Registry" do
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cantango-config-0.1.2 spec/cantango/configuration/registry/candidate_spec.rb
cantango-config-0.1.1 spec/cantango/configuration/registry/candidate_spec.rb