spec/tmdb_profile_spec.rb in royw-dvdprofiler2xbmc-0.0.6 vs spec/tmdb_profile_spec.rb in royw-dvdprofiler2xbmc-0.0.8
- old
+ new
@@ -18,9 +18,10 @@
File.mkdirs(TMPDIR)
AppConfig[:logger].warn { "\nTmdbProfile Specs" }
end
before(:each) do
+ # tt0465234 => National Treasure: Book of Secrets
@profile = TmdbProfile.first(:imdb_id => 'tt0465234')
end
after(:all) do
Dir.glob(File.join(TMPDIR,'tmdb_profile_spec*')).each { |filename| File.delete(filename) }