spec/cloudfront_client_spec.rb in configure-s3-website-1.5.0 vs spec/cloudfront_client_spec.rb in configure-s3-website-1.5.1

- old
+ new

@@ -58,14 +58,14 @@ custom_distribution_config = {} ) ) } - it 'honors the endpoint of the S3 bucket' do + it 'honors the endpoint of the S3 website' do REXML::XPath.first( distribution_config_xml, '/DistributionConfig/Origins/Items/Origin/DomainName' - ).get_text.to_s.should eq('test-bucket.s3-us-west-1.amazonaws.com') + ).get_text.to_s.should eq('test-bucket.s3-website-us-west-1.amazonaws.com') end end end end