Sha256: 6eaffd262e42edacdfd6d0d1f3e797c451be03a992b3135ccb32535f7673c0c7
Contents?: true
Size: 240 Bytes
Versions: 4
Compression:
Stored size: 240 Bytes
Contents
require 'spec_helper' module Myrrha describe "Coercions#subdomain?" do let(:r){ Coercions.new } specify { r.subdomain?(Symbol, Object).should be_true r.subdomain?(Class, Module).should be_true } end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
myrrha-1.2.2 | spec/coercions/test_subdomain.rb |
myrrha-1.2.1 | spec/coercions/test_subdomain.rb |
myrrha-1.2.0 | spec/coercions/test_subdomain.rb |
myrrha-1.1.0 | spec/coercions/test_subdomain.rb |