(4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" Completed 500 Internal Server Error in 11ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") Completed 500 Internal Server Error in 12ms ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") Completed 500 Internal Server Error in 4ms ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") Completed 500 Internal Server Error in 4ms ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ------------------------------------------------------------------- RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ------------------------------------------------------------------- ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") ------------------------------------------ RecordTest: test_new_nokogiri_xml_document ------------------------------------------ ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records") ------------------------------------------------------------------------- RecordTest: test_should_work_with_models_inherited_acts_as_citable_models ------------------------------------------------------------------------- ActiveRecord::JDBCError: query does not return ResultSet: PRAGMA table_info("records")  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (19.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------------------------- RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" ------------------------------------------ RecordTest: test_new_nokogiri_xml_document ------------------------------------------ ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (4.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- RecordTest: test_should_work_with_models_inherited_acts_as_citable_models ------------------------------------------------------------------------- --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (22.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 17:58:17.939000', 'itemType: book', 'csf', '2014-12-17 17:58:17.939000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 85ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 17:58:18.022000', 'itemType: book', 'csf', '2014-12-17 17:58:18.022000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (4.0ms) Completed 200 OK in 69ms (Views: 8.0ms | ActiveRecord: 1.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 17:58:18.099000', 'itemType: book', 'csf', '2014-12-17 17:58:18.099000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (2.0ms) Completed 200 OK in 17ms (Views: 3.0ms | ActiveRecord: 0.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 17:58:18.128000', 'itemType: book', 'csf', '2014-12-17 17:58:18.128000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (1.0ms) Completed 200 OK in 17ms (Views: 3.0ms | ActiveRecord: 0.0ms) ----------------------------- ActsAsCitableTest: test_truth -----------------------------  (38.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (6.0ms) SELECT "schema_migrations".* FROM "schema_migrations" --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as  (14.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" Completed 500 Internal Server Error in 55ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (38.0ms) SAVEPOINT active_record_1 SQL (51.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:00:20.525000', 'itemType: book', 'csf', '2014-12-17 18:00:20.525000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (4.0ms) Completed 200 OK in 233ms (Views: 9.0ms | ActiveRecord: 89.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:00:20.724000', 'itemType: book', 'csf', '2014-12-17 18:00:20.724000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (2.0ms) Completed 200 OK in 21ms (Views: 7.0ms | ActiveRecord: 2.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:00:20.757000', 'itemType: book', 'csf', '2014-12-17 18:00:20.757000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (2.0ms) Completed 200 OK in 31ms (Views: 4.0ms | ActiveRecord: 1.0ms) ------------------------------------------------------------------- RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:00:20.795000', 'itemType: book', 'csf', '2014-12-17 18:00:20.795000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (13.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------ RecordTest: test_new_nokogiri_xml_document ------------------------------------------ ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set -------------------------------------------------------------  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- RecordTest: test_should_work_with_models_inherited_acts_as_citable_models ------------------------------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth -----------------------------  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as Savepoint (7.0ms) SAVEPOINT active_record_1 SQL (15.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:08:18.702000', 'itemType: book', 'csf', '2014-12-17 18:08:18.702000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 101ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:08:18.775000', 'itemType: book', 'csf', '2014-12-17 18:08:18.775000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (9.0ms) Completed 200 OK in 46ms (Views: 12.0ms | ActiveRecord: 0.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:08:18.835000', 'itemType: book', 'csf', '2014-12-17 18:08:18.835000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (2.0ms) Completed 200 OK in 26ms (Views: 3.0ms | ActiveRecord: 1.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:08:18.877000', 'itemType: book', 'csf', '2014-12-17 18:08:18.877000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (2.0ms) Completed 200 OK in 23ms (Views: 3.0ms | ActiveRecord: 1.0ms)  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" Savepoint (4.0ms) SAVEPOINT active_record_1 SQL (5.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:11:21.991000', 'itemType: book', 'csf', '2014-12-17 18:11:21.991000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 136ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:11:22.043000', 'itemType: book', 'csf', '2014-12-17 18:11:22.043000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (3.0ms) Completed 200 OK in 133ms (Views: 94.0ms | ActiveRecord: 2.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:11:22.191000', 'itemType: book', 'csf', '2014-12-17 18:11:22.191000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (3.0ms) Completed 200 OK in 32ms (Views: 5.0ms | ActiveRecord: 2.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:11:22.241000', 'itemType: book', 'csf', '2014-12-17 18:11:22.241000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (2.0ms) Completed 200 OK in 35ms (Views: 7.0ms | ActiveRecord: 2.0ms) ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ ----------------------------- ActsAsCitableTest: test_truth -----------------------------  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" Savepoint (6.0ms) SAVEPOINT active_record_1 SQL (5.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:19:25.829000', 'itemType: book', 'csf', '2014-12-17 18:19:25.829000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 98ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:19:25.875000', 'itemType: book', 'csf', '2014-12-17 18:19:25.875000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (3.0ms) Completed 200 OK in 83ms (Views: 51.0ms | ActiveRecord: 3.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:19:25.977000', 'itemType: book', 'csf', '2014-12-17 18:19:25.977000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (3.0ms) Completed 200 OK in 32ms (Views: 5.0ms | ActiveRecord: 1.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:19:26.024000', 'itemType: book', 'csf', '2014-12-17 18:19:26.024000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (3.0ms) Completed 200 OK in 35ms (Views: 7.0ms | ActiveRecord: 0.0ms) ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ ----------------------------- ActsAsCitableTest: test_truth -----------------------------  (5.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ----------------------------- ActsAsCitableTest: test_truth ----------------------------- --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" Savepoint (5.0ms) SAVEPOINT active_record_1 SQL (4.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:33:55.501000', 'itemType: book', 'csf', '2014-12-17 18:33:55.501000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 80ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:33:55.547000', 'itemType: book', 'csf', '2014-12-17 18:33:55.547000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (4.0ms) Completed 200 OK in 80ms (Views: 52.0ms | ActiveRecord: 2.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:33:55.642000', 'itemType: book', 'csf', '2014-12-17 18:33:55.642000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (2.0ms) Completed 200 OK in 24ms (Views: 4.0ms | ActiveRecord: 0.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:33:55.678000', 'itemType: book', 'csf', '2014-12-17 18:33:55.678000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (2.0ms) Completed 200 OK in 23ms (Views: 5.0ms | ActiveRecord: 1.0ms) ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" Savepoint (4.0ms) SAVEPOINT active_record_1 SQL (4.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:35:03.120000', 'itemType: book', 'csf', '2014-12-17 18:35:03.120000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 76ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:35:03.160000', 'itemType: book', 'csf', '2014-12-17 18:35:03.160000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (3.0ms) Completed 200 OK in 87ms (Views: 59.0ms | ActiveRecord: 2.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:35:03.259000', 'itemType: book', 'csf', '2014-12-17 18:35:03.259000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (2.0ms) Completed 200 OK in 28ms (Views: 5.0ms | ActiveRecord: 0.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:35:03.303000', 'itemType: book', 'csf', '2014-12-17 18:35:03.303000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (2.0ms) Completed 200 OK in 23ms (Views: 5.0ms | ActiveRecord: 1.0ms) ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ ----------------------------- ActsAsCitableTest: test_truth -----------------------------  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" ----------------------------- ActsAsCitableTest: test_truth ----------------------------- --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as Savepoint (7.0ms) SAVEPOINT active_record_1 SQL (5.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:39:48.522000', 'itemType: book', 'csf', '2014-12-17 18:39:48.522000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 50ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:39:48.576000', 'itemType: book', 'csf', '2014-12-17 18:39:48.576000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (5.0ms) Completed 200 OK in 60ms (Views: 12.0ms | ActiveRecord: 1.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:39:48.658000', 'itemType: book', 'csf', '2014-12-17 18:39:48.658000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (3.0ms) Completed 200 OK in 35ms (Views: 6.0ms | ActiveRecord: 1.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:39:48.707000', 'itemType: book', 'csf', '2014-12-17 18:39:48.707000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (3.0ms) Completed 200 OK in 28ms (Views: 6.0ms | ActiveRecord: 1.0ms)  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" Savepoint (4.0ms) SAVEPOINT active_record_1 SQL (3.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:40:17.989000', 'itemType: book', 'csf', '2014-12-17 18:40:17.989000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 75ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:40:18.048000', 'itemType: book', 'csf', '2014-12-17 18:40:18.048000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (3.0ms) Completed 200 OK in 72ms (Views: 47.0ms | ActiveRecord: 1.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:40:18.132000', 'itemType: book', 'csf', '2014-12-17 18:40:18.132000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (2.0ms) Completed 200 OK in 23ms (Views: 4.0ms | ActiveRecord: 1.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:40:18.167000', 'itemType: book', 'csf', '2014-12-17 18:40:18.167000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (2.0ms) Completed 200 OK in 21ms (Views: 4.0ms | ActiveRecord: 0.0ms) ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------------------------- RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" Savepoint (4.0ms) SAVEPOINT active_record_1 SQL (4.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:41:38.524000', 'itemType: book', 'csf', '2014-12-17 18:41:38.524000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------ RecordTest: test_new_nokogiri_xml_document ------------------------------------------ ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:41:43.019000', 'itemType: book', 'csf', '2014-12-17 18:41:43.019000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 14ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:41:43.045000', 'itemType: book', 'csf', '2014-12-17 18:41:43.045000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (4.0ms) Completed 200 OK in 49ms (Views: 9.0ms | ActiveRecord: 2.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:41:43.111000', 'itemType: book', 'csf', '2014-12-17 18:41:43.111000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (2.0ms) Completed 200 OK in 21ms (Views: 4.0ms | ActiveRecord: 0.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:41:43.146000', 'itemType: book', 'csf', '2014-12-17 18:41:43.146000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (2.0ms) Completed 200 OK in 23ms (Views: 4.0ms | ActiveRecord: 1.0ms) ----------------------------- ActsAsCitableTest: test_truth -----------------------------  (5.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------------------------------------- RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" Savepoint (5.0ms) SAVEPOINT active_record_1 SQL (4.0ms) INSERT INTO "record_changed_fields" ("created_at", "data", "from_format", "updated_at") VALUES ('2014-12-17 18:44:33.174000', 'itemType: book', 'csf', '2014-12-17 18:44:33.174000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- ------------------------------------------------------------------ RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------------------ -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------------------- ---------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:44:37.345000', 'itemType: book', 'csf', '2014-12-17 18:44:37.345000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 56ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:44:37.374000', 'itemType: book', 'csf', '2014-12-17 18:44:37.374000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (3.0ms) Completed 200 OK in 45ms (Views: 7.0ms | ActiveRecord: 0.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:44:37.433000', 'itemType: book', 'csf', '2014-12-17 18:44:37.433000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (4.0ms) Completed 200 OK in 25ms (Views: 6.0ms | ActiveRecord: 2.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:44:37.472000', 'itemType: book', 'csf', '2014-12-17 18:44:37.472000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (2.0ms) Completed 200 OK in 27ms (Views: 5.0ms | ActiveRecord: 2.0ms) ------------------------------------------------------------------- RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ------------------------------------------------------------------- Savepoint (2.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:44:37.516000', 'itemType: book', 'csf', '2014-12-17 18:44:37.516000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------ RecordTest: test_new_nokogiri_xml_document ------------------------------------------ ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------- ActsAsCitableTest: test_truth -----------------------------  (6.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------------------------- RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" Savepoint (4.0ms) SAVEPOINT active_record_1 SQL (4.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:49:08.103000', 'itemType: book', 'csf', '2014-12-17 18:49:08.103000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------- ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ------------------------------------------------------------------------------- RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "record_changed_fields" ("created_at", "data", "from_format", "updated_at") VALUES ('2014-12-17 18:49:12.101000', 'itemType: book', 'csf', '2014-12-17 18:49:12.101000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- ------------------------------------------------------------------ RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------------------ -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------------------- ---------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ---------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:49:13.603000', 'itemType: book', 'csf', '2014-12-17 18:49:13.603000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ---------------------------------------------------------------------- --------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Record --------------------------------------------------------------- ----------------------------------------------------------- InheritedRecordTest: test_should_be_available_to_convert_to ----------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 -------------------------------------------------------------- InheritedRecordTest: test_should_check_if_i_can_use_the_record -------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ---------------------------------------------------------------------- ------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_records_can_be_converted ------------------------------------------------------------------------- Savepoint (3.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:49:14.898000', 'itemType: book', 'csf', '2014-12-17 18:49:14.898000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 14ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:49:14.923000', 'itemType: book', 'csf', '2014-12-17 18:49:14.923000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (3.0ms) Completed 200 OK in 51ms (Views: 6.0ms | ActiveRecord: 0.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:49:14.985000', 'itemType: book', 'csf', '2014-12-17 18:49:14.985000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (1.0ms) Completed 200 OK in 18ms (Views: 4.0ms | ActiveRecord: 2.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2014-12-17 18:49:15.016000', 'itemType: book', 'csf', '2014-12-17 18:49:15.016000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (2.0ms) Completed 200 OK in 22ms (Views: 4.0ms | ActiveRecord: 1.0ms)  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (14.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (5.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields"  (44.0ms) CREATE TABLE "record_changed_fields" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "from_format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records"  (1.0ms) CREATE TABLE "records" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" varchar(255), "format" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"  (1.0ms) SELECT sqlite_version(*)  (4.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221214225')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130221210429')  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------- ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ------------------------------------------------------------------------------- RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' Savepoint (4.0ms) SAVEPOINT active_record_1 SQL (4.0ms) INSERT INTO "record_changed_fields" ("data", "from_format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-09 20:53:01.394000', '2015-01-09 20:53:01.394000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- -------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields -------------------------------------------------------------------------------------- -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields ------------------------------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------------- InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ---------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-09 20:53:05.721000', '2015-01-09 20:53:05.721000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ---------------------------------------------------------------------- ------------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record ------------------------------------------------------------------------- ----------------------------------------------------------- InheritedRecordTest: test_should_be_available_to_convert_to ----------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ----------------------------------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ---------------------------------------------------------------------- ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------- RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("data", "format", "created_at", "updated_at") VALUES ('itemType: book', 'csf', '2015-01-09 20:53:07.110000', '2015-01-09 20:53:07.110000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- Savepoint (2.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ----------------------------------------------  (4.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations" ActiveRecord::SchemaMigration Load (12.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ------------------------------------------------------------------- RecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------  (0.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "records" Savepoint (3.0ms) SAVEPOINT active_record_1 SQL (19.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-09 21:00:51.377000', 'itemType: book', 'csf', '2015-01-09 21:00:51.377000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------- ------------------------------------------------------ RecordTest: test_should_be_able_to_create_a_new_Record ------------------------------------------------------ -------------------------------------------------- RecordTest: test_should_be_available_to_convert_to -------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------- RecordTest: test_should_check_if_i_can_use_the_record ----------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------- RecordTest: test_should_check_to_see_if_format_fields_are_set ------------------------------------------------------------- ---------------------------------------------------------------- RecordTest: test_should_check_to_see_if_records_can_be_converted ---------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- RecordTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------- --------------------------------------------- RecordTest: test_should_raise_no_method_error --------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------- RecordChangedFieldTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex -------------------------------------------------------------------------------  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "record_changed_fields" Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "record_changed_fields" ("created_at", "data", "from_format", "updated_at") VALUES ('2015-01-09 21:00:55.427000', 'itemType: book', 'csf', '2015-01-09 21:00:55.427000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "record_changed_fields" WHERE "record_changed_fields"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_convert_to_an_export_STYLE ------------------------------------------------------------------------- -------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_be_able_to_create_a_new_Record_with_changed_fields -------------------------------------------------------------------------------------- -------------------------------------------------------------- RecordChangedFieldTest: test_should_be_available_to_convert_to -------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_if_i_can_use_the_record_with_changed_fields ------------------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_from_format_fields_are_set ------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ RecordChangedFieldTest: test_should_check_to_see_if_records_with_changed_fields_can_be_converted ------------------------------------------------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------------------- RecordChangedFieldTest: test_should_check_to_see_if_you_cannot_convert_from --------------------------------------------------------------------------- --------------------------------------------------------- RecordChangedFieldTest: test_should_raise_no_method_error --------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 --------------------------------------------------------------- TestControllerTest: test_should_not_respond_to_arbitrary_format --------------------------------------------------------------- Processing by TestController#test as Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-09 21:00:56.941000', 'itemType: book', 'csf', '2015-01-09 21:00:56.941000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 15ms ---------------------------------------------- TestControllerTest: test_should_respond_to_bib ---------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (10.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-09 21:00:57.005000', 'itemType: book', 'csf', '2015-01-09 21:00:57.005000') Savepoint (1.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (20.0ms) Completed 200 OK in 171ms (Views: 24.0ms | ActiveRecord: 11.0ms) ------------------------------------------------- TestControllerTest: test_should_respond_to_bibtex ------------------------------------------------- Processing by TestController#test as BIBTEX Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-09 21:00:57.197000', 'itemType: book', 'csf', '2015-01-09 21:00:57.197000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.bib (3.0ms) Completed 200 OK in 24ms (Views: 4.0ms | ActiveRecord: 1.0ms) ---------------------------------------------- TestControllerTest: test_should_respond_to_ris ---------------------------------------------- Processing by TestController#test as RIS Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-09 21:00:57.294000', 'itemType: book', 'csf', '2015-01-09 21:00:57.294000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Sent data 1.ris (2.0ms) Completed 200 OK in 28ms (Views: 3.0ms | ActiveRecord: 0.0ms) ------------------------------------------------- ActsAsCitableTest: test_new_nokogiri_xml_document ------------------------------------------------- ----------------------------- ActsAsCitableTest: test_truth ----------------------------- ---------------------------------------------------------------------------- InheritedRecordTest: test_arrays_should_be_able_to_convert_to_ris_and_bibtex ---------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "records" ("created_at", "data", "format", "updated_at") VALUES ('2015-01-09 21:00:57.357000', 'itemType: book', 'csf', '2015-01-09 21:00:57.357000') Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 Savepoint (1.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "records" WHERE "records"."id" = 1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_convert_to_an_export_STYLE ---------------------------------------------------------------------- ------------------------------------------------------------------------- InheritedRecordTest: test_should_be_able_to_create_a_new_Inherited_Record ------------------------------------------------------------------------- ----------------------------------------------------------- InheritedRecordTest: test_should_be_available_to_convert_to ----------------------------------------------------------- Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_if_i_can_use_the_Inherited_record ------------------------------------------------------------------------ Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ----------------------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_Inherited_records_can_be_converted ----------------------------------------------------------------------------------- Savepoint (0.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1 ---------------------------------------------------------------------- InheritedRecordTest: test_should_check_to_see_if_format_fields_are_set ---------------------------------------------------------------------- ------------------------------------------------------------------------ InheritedRecordTest: test_should_check_to_see_if_you_cannot_convert_from ------------------------------------------------------------------------ ------------------------------------------------------ InheritedRecordTest: test_should_raise_no_method_error ------------------------------------------------------ Savepoint (1.0ms) SAVEPOINT active_record_1 Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1