lib/app/entities/statistic.rb in codebreaker_ruban-0.1.0 vs lib/app/entities/statistic.rb in codebreaker_ruban-0.2.0
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module CodebreakerRuban
class Statistic
- FILE_NAME = './lib/store/store.yml'
+ FILE_NAME = './lib/app/store/store.yml'
class << self
def show_stats
data = Storage.load_storage
if data.empty?
Message.statistic_empty