lib/capwatch/fund_config.rb in capwatch-0.2.0 vs lib/capwatch/fund_config.rb in capwatch-0.2.3
- old
+ new
@@ -51,10 +51,10 @@
def config_exists?
File.exist? @config_path
end
def demo_fund
- file_path = File.join(__dir__, "..", "..", "spec", "fixtures", "funds", "basic.json")
+ file_path = File.join(__dir__, "..", "..", "lib", "funds", "basic.json")
demo_fund = File.expand_path(file_path)
File.open(demo_fund).read
end
def demo_config!