Sha256: 5a47a6e6e0f51b1029b9c52d705856251d26cc2023412586caa758d92335ac58
Contents?: true
Size: 197 Bytes
Versions: 2
Compression:
Stored size: 197 Bytes
Contents
require 'spec_helper' module Domain describe Union, "super_domain" do it 'returns the super domain passed at construction' do Boolean.super_domain.should be(Object) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
domain-1.0.0.rc2 | spec/factory/union_domain/test_super_domain.rb |
domain-1.0.0.rc1 | spec/factory/union_domain/test_super_domain.rb |