spec/config/database.yml.sample in apartment-0.21.0 vs spec/config/database.yml.sample in apartment-0.21.1

- old
+ new

@@ -32,6 +32,10 @@ mysql: adapter: mysql2 database: apartment_mysql_test username: root password: -<% end %> \ No newline at end of file + + sqlite: + adapter: sqlite3 + database: <%= File.expand_path('../spec/dummy/db', __FILE__) %>/default.sqlite3 +<% end %>