diff options
| author | Robert | 2017-05-02 16:51:09 +0200 |
|---|---|---|
| committer | jpl | 2017-05-04 10:11:35 +0200 |
| commit | bf5d178969e7a722486c04e57e630d7a0ae09b45 (patch) | |
| tree | 231e0516e469d2fe0850643c2a461bd4772c9236 | |
| parent | a56ddf55e3ce86e45203226865e2461d16693284 (diff) | |
| download | chouette-core-bf5d178969e7a722486c04e57e630d7a0ae09b45.tar.bz2 | |
Refs #3053; removed obsolete spec
| -rw-r--r-- | spec/lib/af83/stored_procedures/clone_schema_with_organisation_spec.rb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/spec/lib/af83/stored_procedures/clone_schema_with_organisation_spec.rb b/spec/lib/af83/stored_procedures/clone_schema_with_organisation_spec.rb deleted file mode 100644 index 8a16f73c6..000000000 --- a/spec/lib/af83/stored_procedures/clone_schema_with_organisation_spec.rb +++ /dev/null @@ -1,21 +0,0 @@ -require 'spec_helper' - -RSpec.describe StoredProcedures do - context "clone schema with data" do - before do - seed_schema "source_schema" - end - - context "before cloning source schema is set up correctly w/o target_schema" do - it "with two different organisations" do - expect(Organisation.count).to eq(2) - end - end - end - - private - def seed_schema schema_name - source_org, target_org = 2.times.map{ create :organisation } - - end -end |
