diff options
| author | Alban Peignier | 2016-05-26 09:38:52 +0200 |
|---|---|---|
| committer | Alban Peignier | 2016-05-26 09:38:52 +0200 |
| commit | a1f01c4eb5b3f8cc587775fedc825bbfb2f100d9 (patch) | |
| tree | 5f0468992484aba0aa01abe27eeff024618f81b4 /spec | |
| parent | 11b611acc80cc6bb80b369e33c090d3f6975d694 (diff) | |
| parent | 1c5c343cb27225e970bca65f1b1269054a8386d8 (diff) | |
| download | chouette-core-a1f01c4eb5b3f8cc587775fedc825bbfb2f100d9.tar.bz2 | |
Merge branch 'master' into staging
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/models/offer_workbench_spec.rb | 1 |
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 |
