spec/nfo_controller_spec.rb in royw-dvdprofiler2xbmc-0.0.13 vs spec/nfo_controller_spec.rb in royw-dvdprofiler2xbmc-0.0.15

- old
+ new

@@ -15,10 +15,10 @@ AppConfig.default AppConfig[:logger] = logger AppConfig.load - DvdprofilerProfile.collection_filespec = AppConfig[:collection_filespec] + DvdprofilerProfile.collection_filespec = File.join(SAMPLES_DIR, 'Collection.xml') File.mkdirs(TMPDIR) AppConfig[:logger].warn { "\nNfoController Specs" } end \ No newline at end of file