Sha256: 55c63600694659bb256ece25cba4623a0332faacbefd03a84f1ada8549155417
Contents?: true
Size: 240 Bytes
Versions: 3
Compression:
Stored size: 240 Bytes
Contents
require 'spec_helper' module Queuel describe AWSConstantFinder do describe "finding" do subject { described_class.new :sqs } it "loads the class" do subject.find.should eq(::AWS::SQS) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
queuel-0.4.8 | spec/lib/aws_constant_finder_spec.rb |
queuel-0.4.6 | spec/lib/aws_constant_finder_spec.rb |
queuel-0.4.5 | spec/lib/aws_constant_finder_spec.rb |