aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib
diff options
context:
space:
mode:
authorZog2018-01-21 11:59:33 +0100
committerZog2018-01-25 17:18:00 +0100
commite96174ac9c12c89b701307c50e7e1a2b09190316 (patch)
tree218cf5b23d7023fb3dafa28e1e9887baf727e0dc /spec/lib
parentb73fa6fca72590e943ca36265c39f0672765b9aa (diff)
downloadchouette-core-e96174ac9c12c89b701307c50e7e1a2b09190316.tar.bz2
Refs 5586; CR #1
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/af83/decorator/decorator_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/af83/decorator/decorator_spec.rb b/spec/lib/af83/decorator/decorator_spec.rb
index 32c76c22f..61a849b9d 100644
--- a/spec/lib/af83/decorator/decorator_spec.rb
+++ b/spec/lib/af83/decorator/decorator_spec.rb
@@ -239,7 +239,7 @@ RSpec.describe AF83::Decorator, type: :decorator do
klass
end
- it "should return links in the sequence they were defined" do
+ it "should return links in the correct sequence" do
links = decorated.action_links
expect(links.size).to eq 2
instance_exec links.first, link_options_2, &link_should_match_options