Skip to content

Instantly share code, notes, and snippets.

@KensoDev
Created March 20, 2012 19:39
Show Gist options
  • Save KensoDev/2140376 to your computer and use it in GitHub Desktop.
Save KensoDev/2140376 to your computer and use it in GitHub Desktop.
it "should write to cashier when I call Rails.cache.write with tags" do
cashier.should_receive(:store_fragment).with("foo", ["some_tag"])
subject.write("foo", "bar", :tag => ["some_tag"])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment