spec/collection_spec.rb in outliers-0.5.0 vs spec/collection_spec.rb in outliers-0.5.1

- old
+ new

@@ -15,10 +15,10 @@ subject.stub :load_all => [resource1, resource2], :class => Outliers::Resources::Aws::Ec2::SecurityGroupCollection end context "#to_human" do - it "should return the human name for this resource" do + it "should return the human name for the resource of the collection" do expect(Outliers::Resources::Aws::Ec2::SecurityGroupCollection.to_human).to eq('aws_ec2_security_group') expect(Outliers::Resources::Aws::S3::BucketCollection.to_human).to eq('aws_s3_bucket') end end