Skip to content

Instantly share code, notes, and snippets.

@qichunren
Created February 18, 2011 06:16
Show Gist options
  • Save qichunren/833330 to your computer and use it in GitHub Desktop.
Save qichunren/833330 to your computer and use it in GitHub Desktop.
# in Gemfile
gem 'factory_girl_rails', "1.0.0"
# gem 'shoulda-matchers'
gem 'remarkable_activerecord', '>=4.0.0.alpha4'
# in spec/support/remarkable.rb
require 'remarkable/active_record'
# in a rspec test
require 'spec_helper'
describe AccountDetail do
describe "associations" do
should_belong_to :category
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment