Sha256: cfe72af359c81fcd7a7154adef69d8becfd4ca6cc8f87eba2d26a29e3fcdcfd2
Contents?: true
Size: 279 Bytes
Versions: 34
Compression:
Stored size: 279 Bytes
Contents
require 'spec_helper' describe Cuboid::Application::Parts::Data do include_examples 'application' describe '#data' do it "returns #{Cuboid::Data::Application}" do expect(subject.data).to be_kind_of Cuboid::Data::Application end end end
Version data entries
34 entries across 34 versions & 1 rubygems