Sha256: df6a0a8555bdcec6e793055ccdb114e5c4950686d9ee0960b84a07d8ad744ea5
Contents?: true
Size: 476 Bytes
Versions: 11
Compression:
Stored size: 476 Bytes
Contents
require 'spec_helper' describe EY::Collection::Environments do before do @collection_class = EY::Collection::Environments @collection = @collection_class.new([ EY::Model::Environment.from_hash("id" => 1234, "name" => "app_production"), EY::Model::Environment.from_hash("id" => 4321, "name" => "app_staging"), EY::Model::Environment.from_hash("id" => 8765, "name" => "bigapp_staging"), ]) end it_should_behave_like "model collections" end
Version data entries
11 entries across 11 versions & 1 rubygems