diff options
| author | Robert | 2017-11-01 20:30:01 +0100 | 
|---|---|---|
| committer | Robert | 2017-11-02 07:52:45 +0100 | 
| commit | c3c32ae541cfb018877af964f122b15f6f15b984 (patch) | |
| tree | 8c4b33febc699f4878238bc15d12134e9f089e81 /spec/helpers | |
| parent | 28c086c3ec889e3fca806062dc8378ba5f22dfc2 (diff) | |
| download | chouette-core-c3c32ae541cfb018877af964f122b15f6f15b984.tar.bz2 | |
 Refs: #4802@2h; Replaying former work. To identify spec regression
    Step 2: Added validation of reference->workbench->organisation consistency
            Made all specs pass
            Chased bug #4826
Diffstat (limited to 'spec/helpers')
| -rw-r--r-- | spec/helpers/table_builder_helper_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/helpers/table_builder_helper_spec.rb b/spec/helpers/table_builder_helper_spec.rb index e17196a19..4d9808044 100644 --- a/spec/helpers/table_builder_helper_spec.rb +++ b/spec/helpers/table_builder_helper_spec.rb @@ -7,7 +7,7 @@ end  describe TableBuilderHelper, type: :helper do    describe "#table_builder_2" do      it "builds a table" do -      referential = build_stubbed(:referential) +      referential = build_stubbed(:workbench_referential)        workbench = referential.workbench        user_context = UserContext.new( | 
