Sha256: 720227d30ef4df112b8208d99916de4137c0912e473dc073c0e86a7f0ff7cc49
Contents?: true
Size: 211 Bytes
Versions: 21
Compression:
Stored size: 211 Bytes
Contents
require 'spec_helper' module Finitio describe SetType, 'default_name' do let(:type){ SetType.new(intType, "foo") } subject{ type.default_name } it{ should eq('{intType}') } end end
Version data entries
21 entries across 21 versions & 1 rubygems