Skip to content

Instantly share code, notes, and snippets.

@dangalipo
Created September 25, 2014 23:21
Show Gist options
  • Save dangalipo/da1f944f0aafc425651b to your computer and use it in GitHub Desktop.
Save dangalipo/da1f944f0aafc425651b to your computer and use it in GitHub Desktop.
before(:each) { Rails.cache.clear }
let(:magento_response) { "file in VCR"}
subject(:inventory} {...]
specify {expect(inventory.results).to eq magento_response }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment