diff options
Diffstat (limited to 'spec/lib/af83')
| -rw-r--r-- | spec/lib/af83/decorator/decorator_spec.rb | 2 | 
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  | 
