diff options
| author | af83 | 2017-07-06 14:02:46 +0200 |
|---|---|---|
| committer | af83 | 2017-07-06 14:02:46 +0200 |
| commit | 6f63feeb32883b57d05bed7f3817e01caba12289 (patch) | |
| tree | d3f9f3f457835431855a5976774e6554955b14f4 /spec | |
| parent | d2153d05b73f4f1af58e8d1ecebae9a5ad168601 (diff) | |
| parent | 74e94da83d6ea64dcb1e70e69c2fef046453e4a1 (diff) | |
| download | chouette-core-6f63feeb32883b57d05bed7f3817e01caba12289.tar.bz2 | |
Merge branch 'master' of github.com:af83/stif-boiv
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/helpers/table_builder_helper_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/helpers/table_builder_helper_spec.rb b/spec/helpers/table_builder_helper_spec.rb index 67980fc2c..d90c14204 100644 --- a/spec/helpers/table_builder_helper_spec.rb +++ b/spec/helpers/table_builder_helper_spec.rb @@ -176,7 +176,7 @@ describe TableBuilderHelper, type: :helper do referential: referential ) allow(helper).to receive(:current_user).and_return(user_context) - allow(TableBuilderHelper::URL).to receive(:current_referential) + allow(helper).to receive(:current_referential) .and_return(referential) companies = [company] @@ -284,7 +284,7 @@ describe TableBuilderHelper, type: :helper do referential: referential ) allow(helper).to receive(:current_user).and_return(user_context) - allow(TableBuilderHelper::URL).to receive(:current_referential) + allow(helper).to receive(:current_referential) .and_return(referential) companies = [company] |
