Sha256: c024f5a9dea4e5d260d63461c6192a7fe6b04dc6927ca229cebdd43f363c043c
Contents?: true
Size: 199 Bytes
Versions: 2
Compression:
Stored size: 199 Bytes
Contents
require 'spec_helper' module Alf module Engine describe Cog, "to_cog" do let(:cog){ Object.new.extend(Cog) } subject{ cog.to_cog } it { should be(cog) } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alf-core-0.15.0 | spec/unit/alf-engine/cog/test_to_cog.rb |
alf-core-0.14.0 | spec/unit/alf-engine/cog/test_to_cog.rb |