Skip to content

Instantly share code, notes, and snippets.

@pschyska
Created September 2, 2013 11:13
Show Gist options
  • Save pschyska/6411773 to your computer and use it in GitHub Desktop.
Save pschyska/6411773 to your computer and use it in GitHub Desktop.
require 'test_helper'
class TierTest < ActiveSupport::TestCase
context "validations" do
should validate_uniqueness_of(:name).scoped_to(:company_id)
end
context "associations" do
should belong_to :company
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment