Sha256: 5bc2749decdbdb12d01cb969580d06655b4799156fc5e38c703862f7f699e045
Contents?: true
Size: 360 Bytes
Versions: 12
Compression:
Stored size: 360 Bytes
Contents
require 'spec_helper' describe Apartment::Elevators::Generic, :elevator => true do # NOTE, see spec/dummy/config/application.rb to see the Proc that defines the behaviour here let(:domain1) { "http://#{database1}.com?db=#{database1}" } let(:domain2) { "http://#{database2}.com?db=#{database2}" } it_should_behave_like "an apartment elevator" end
Version data entries
12 entries across 12 versions & 1 rubygems