diff --git a/app/furniture/markdown_text_block.rb b/app/furniture/markdown_text_block.rb index 6e807e89b..5fb1f0dbe 100644 --- a/app/furniture/markdown_text_block.rb +++ b/app/furniture/markdown_text_block.rb @@ -25,4 +25,4 @@ def attribute_names def self.renderer @_renderer ||= Redcarpet::Markdown.new(Redcarpet::Render::HTML.new(with_toc_data: true)) end -end +end \ No newline at end of file diff --git a/features/steps/furniture_steps.js b/features/steps/furniture_steps.js index 1826e1fd7..ca4f3a0ca 100644 --- a/features/steps/furniture_steps.js +++ b/features/steps/furniture_steps.js @@ -15,7 +15,7 @@ Given( * @param {*} a * @param {Furniture} furniture * @param {*} a2 - * @param {Room} room + * @param {Room} entranceHall * @param {Space} space * @param {DataTable} dataTable */ @@ -31,7 +31,6 @@ Given( .update(room.assign({ furniturePlacementsAttributes })); } ); - Then( "{a} {furniture} is rendered with:", /**