Sha256: ee92e55a9cfa84766f30ddf904a7f96657404f19e89e9cb54f15b10bed00ce7b
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
require 'spec_helper' describe BlueprintsBoy do it "should return manager" do BlueprintsBoy.manager.should be_instance_of(BlueprintsBoy::Manager) end it "should return configuration" do BlueprintsBoy.config.should be_instance_of(BlueprintsBoy::Configuration) end it "should return factories" do BlueprintsBoy.factories.should be_instance_of(BlueprintsBoy::Factories) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blueprints_boy-1.0.0 | spec/unit/blueprints_boy_spec.rb |