Skip to content

Commit

Permalink
Remove useless changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zspencer committed Aug 25, 2022
1 parent 9fbcacc commit 89cd144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/furniture/markdown_text_block.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions features/steps/furniture_steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Given(
* @param {*} a
* @param {Furniture} furniture
* @param {*} a2
* @param {Room} room
* @param {Room} entranceHall
* @param {Space} space
* @param {DataTable} dataTable
*/
Expand All @@ -31,7 +31,6 @@ Given(
.update(room.assign({ furniturePlacementsAttributes }));
}
);

Then(
"{a} {furniture} is rendered with:",
/**
Expand Down

0 comments on commit 89cd144

Please sign in to comment.