Created
September 2, 2013 11:13
-
-
Save pschyska/6411773 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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