spec/spec_helper.rb in pokeedex-0.1.0 vs spec/spec_helper.rb in pokeedex-0.1.5
- old
+ new
@@ -5,10 +5,10 @@
Pokeedex.configure do |config|
config.db_name = 'pokeedex_test.sqlite3'
end
-Pokeedex.boot
+Pokeedex.init
def file_fixture(filename)
open(File.join(File.dirname(__FILE__), 'fixtures', "#{filename}")).read
end