aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorAlban Peignier2016-05-26 09:38:52 +0200
committerAlban Peignier2016-05-26 09:38:52 +0200
commita1f01c4eb5b3f8cc587775fedc825bbfb2f100d9 (patch)
tree5f0468992484aba0aa01abe27eeff024618f81b4 /spec
parent11b611acc80cc6bb80b369e33c090d3f6975d694 (diff)
parent1c5c343cb27225e970bca65f1b1269054a8386d8 (diff)
downloadchouette-core-a1f01c4eb5b3f8cc587775fedc825bbfb2f100d9.tar.bz2
Merge branch 'master' into staging
Diffstat (limited to 'spec')
-rw-r--r--spec/models/offer_workbench_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/offer_workbench_spec.rb b/spec/models/offer_workbench_spec.rb
index 6b29d3d82..6cd383260 100644
--- a/spec/models/offer_workbench_spec.rb
+++ b/spec/models/offer_workbench_spec.rb
@@ -7,7 +7,6 @@ RSpec.describe OfferWorkbench, :type => :model do
end
it { should validate_presence_of(:name) }
- it { should validate_uniqueness_of(:name) }
it { should validate_presence_of(:organisation) }
end