diff options
| author | Teddy Wing | 2017-07-07 16:22:31 +0200 |
|---|---|---|
| committer | Teddy Wing | 2017-07-12 11:06:03 +0200 |
| commit | cdf5854f9a7b52f7b9f2607796d0dff90d04f6e4 (patch) | |
| tree | ae45e67a41aa8f3115d82a6f07a16ea444d84b77 /spec | |
| parent | c05fb6fc99b52ce109cb7a6915e1f7fd781b5021 (diff) | |
| download | chouette-core-cdf5854f9a7b52f7b9f2607796d0dff90d04f6e4.tar.bz2 | |
CustomLinks spec: Update method name in spec describe
The name of this method changed, but wasn't updated in the `describe`
label.
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/helpers/table_builder_helper/custom_links_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/table_builder_helper/custom_links_spec.rb b/spec/helpers/table_builder_helper/custom_links_spec.rb index 4b07922a7..d6fbd2c64 100644 --- a/spec/helpers/table_builder_helper/custom_links_spec.rb +++ b/spec/helpers/table_builder_helper/custom_links_spec.rb @@ -1,5 +1,5 @@ describe TableBuilderHelper::CustomLinks do - describe "#actions_after_policy_check" do + describe "#authorized_actions" do it "includes :show" do referential = build_stubbed(:referential) user_context = UserContext.new( |
