From 8dcacf9e69214f66be09c120ba474b848047cb53 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 12 Jun 2021 00:57:04 -0400 Subject: unit testing and cleanup --- helpers/00_tileset.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'helpers/00_tileset.rb') diff --git a/helpers/00_tileset.rb b/helpers/00_tileset.rb index 3890550..c4293cb 100644 --- a/helpers/00_tileset.rb +++ b/helpers/00_tileset.rb @@ -1,3 +1,9 @@ +# Coverage Ignored because the functionality of this +# code will not be used for the core of FelFlame. +# It will most likely be released as a seperate package +# The code will most likely be kept here until it +# eventually will be migrated to a new git repo +# :nocov: class Helper # Returns a loaded map and its dependecies(images,json) # If any are missing then it will load them from files @@ -47,3 +53,4 @@ class Helper end end end +# :nocov: -- cgit v1.2.3