Skip to content

Instantly share code, notes, and snippets.

Created September 10, 2013 13:16
Show Gist options
  • Save anonymous/6509259 to your computer and use it in GitHub Desktop.
Save anonymous/6509259 to your computer and use it in GitHub Desktop.
require 'spec_helper'
describe CoffeeTypeSerializer do
it { should have_key(:name) }
it { should have_key(:type_of_coffee) }
it { should have_key(:created_at) }
it { should have_key(:updated_at) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment