diff options
| author | Zog | 2018-01-21 11:59:33 +0100 | 
|---|---|---|
| committer | Zog | 2018-01-25 17:18:00 +0100 | 
| commit | e96174ac9c12c89b701307c50e7e1a2b09190316 (patch) | |
| tree | 218cf5b23d7023fb3dafa28e1e9887baf727e0dc /spec/lib/af83 | |
| parent | b73fa6fca72590e943ca36265c39f0672765b9aa (diff) | |
| download | chouette-core-e96174ac9c12c89b701307c50e7e1a2b09190316.tar.bz2 | |
Refs 5586; CR #1
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  | 
