Skip to content

Instantly share code, notes, and snippets.

@biscuitvile
Created December 19, 2014 20:23
Show Gist options
  • Save biscuitvile/7e6479ff25bcf657ff1d to your computer and use it in GitHub Desktop.
Save biscuitvile/7e6479ff25bcf657ff1d to your computer and use it in GitHub Desktop.
it "validates that names won't create identical permalinks" do
account = Factory(:account)
account.artists.create(:name => 'John Boy')
a = Factory.build(:artist, :name => '!john $boy#', :account => account)
a.should_not be_valid
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment