akamai-rspec
akamai-rspec copied to clipboard
Add a nicer way to check the full origin URL
Like:
expect('mysite.com.au/stuff').to be_served_from('myorigin.com/stuff')
I'm not sure what the matcher should be called. Implementing it should be straight forward - combine the be_served_from_origin and be_forwarded_to_index.