(52.0ms) DROP DATABASE IF EXISTS `dummy_test`  (0.3ms) CREATE DATABASE `dummy_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`  (84.7ms) CREATE TABLE `employees` (`id` int(11) auto_increment PRIMARY KEY, `name` varchar(255), `number` int(11), `accountnumber` int(11), `taxnumber` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (166.1ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB  (135.2ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)   (0.2ms) SELECT version FROM `schema_migrations`  (0.6ms) INSERT INTO `schema_migrations` (version) VALUES ('20151120090423') ActiveRecord::SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS  (0.1ms) SET FOREIGN_KEY_CHECKS = 0  (0.1ms) BEGIN Fixture Delete (34.3ms) DELETE FROM `employees` Fixture Insert (12.5ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 779315083) Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 930756147) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 8193706) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 504992517) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 689873810) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 806875690) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 118538945) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 397401904) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 547942329) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 245364464) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 966313595) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 546412483) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 395749204) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 166867705) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 1056244324) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '123456782L01', '2015-11-30 09:18:46', '2015-11-30 09:18:46', 670847964)  (0.4ms) COMMIT  (0.1ms) SET FOREIGN_KEY_CHECKS = 1  (0.1ms) BEGIN ------------------------------------------------------------- Employee: test_0001_check bsn with input number that is false -------------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------ Employee: test_0003_check rekening with name too short ------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------------ Employee: test_0002_check rekening with input number that is false ------------------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------ Employee: test_0004_check the record, must be correct! ------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------------- EmployeesControllerTest: test_should_update_employee ---------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#update as HTML Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"} Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered employees/_form.html.erb (10.4ms) Rendered employees/edit.html.erb within layouts/application (15.6ms) Completed 200 OK in 1358ms (Views: 1354.5ms | ActiveRecord: 0.4ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------------- EmployeesControllerTest: test_should_show_employee -------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#show as HTML Parameters: {"id"=>"779315083"} Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Rendered employees/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------------------------- EmployeesControllerTest: test_should_get_edit --------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#edit as HTML Parameters: {"id"=>"779315083"} Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Rendered employees/_form.html.erb (1.7ms) Rendered employees/edit.html.erb within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------- EmployeesControllerTest: test_should_get_new -------------------------------------------- Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.9ms) Rendered employees/new.html.erb within layouts/application (2.5ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------- EmployeesControllerTest: test_should_get_index ---------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#index as HTML Employee Load (0.2ms) SELECT `employees`.* FROM `employees` Rendered employees/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.2ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------------------------------------- EmployeesControllerTest: test_should_destroy_employee ----------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (19.3ms) SELECT COUNT(*) FROM `employees` Processing by EmployeesController#destroy as HTML Parameters: {"id"=>"779315083"} Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (9.2ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/employees Completed 302 Found in 11ms (ActiveRecord: 9.6ms)  (0.1ms) SELECT COUNT(*) FROM `employees`  (9.8ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------------- EmployeesControllerTest: test_should_create_employee ---------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SELECT COUNT(*) FROM `employees` Processing by EmployeesController#create as HTML Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789", "taxnumber"=>"123456782L01"}}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered employees/_form.html.erb (2.2ms) Rendered employees/new.html.erb within layouts/application (2.4ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms)  (0.2ms) SELECT COUNT(*) FROM `employees`  (0.1ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------------------------- elfproef integration: test_0003_fill in a incorrect bsn-number -------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 10:18:55 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (2.1ms) Rendered employees/new.html.erb within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 10:18:55 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 10:18:55 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------------------------------------------- elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits ---------------------------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 10:18:56 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.5ms) Rendered employees/new.html.erb within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 10:18:56 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 10:18:56 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------------- elfproef integration: test_0004_fill in a incorrect rekening-number ------------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 10:18:56 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.7ms) Rendered employees/new.html.erb within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 10:18:56 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 10:18:56 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------------------------------------------- elfproef integration: test_0006_fill in a correct rekening-number with 10 digits -------------------------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 10:18:56 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.8ms) Rendered employees/new.html.erb within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 10:18:56 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 10:18:56 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------ elfproef integration: test_0001_fill in a correct bsn-number ------------------------------------------------------------ Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 10:18:57 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.4ms) Rendered employees/new.html.erb within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 10:18:57 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 10:18:57 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------------------------------------------------- elfproef integration: test_0002_fill in a correct rekening-number ----------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 10:18:57 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.7ms) Rendered employees/new.html.erb within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 10:18:57 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 10:18:57 +0100  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS  (0.1ms) SET FOREIGN_KEY_CHECKS = 0  (0.1ms) BEGIN Fixture Delete (0.2ms) DELETE FROM `employees` Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 779315083) Fixture Insert (17.5ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 930756147) Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 8193706) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 504992517) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 689873810) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 806875690) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 118538945) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 397401904) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 547942329) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 245364464) Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 966313595) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 546412483) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 395749204) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 166867705) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 1056244324) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '123456782L01', '2015-11-30 09:47:53', '2015-11-30 09:47:53', 670847964)  (0.4ms) COMMIT  (0.1ms) SET FOREIGN_KEY_CHECKS = 1  (0.1ms) BEGIN -------------------------------------------------------------------------------- elfproef integration: test_0006_fill in a correct rekening-number with 10 digits -------------------------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 10:47:55 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (14.8ms) Rendered employees/new.html.erb within layouts/application (18.7ms) Completed 200 OK in 224ms (Views: 220.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 10:47:55 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 10:47:55 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------------------------------------------- elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits ---------------------------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 10:47:55 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.4ms) Rendered employees/new.html.erb within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 10:47:55 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 10:47:55 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------ elfproef integration: test_0001_fill in a correct bsn-number ------------------------------------------------------------ Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 10:47:56 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.3ms) Rendered employees/new.html.erb within layouts/application (1.5ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 10:47:56 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 10:47:56 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------------------------- elfproef integration: test_0003_fill in a incorrect bsn-number -------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 10:47:56 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.7ms) Rendered employees/new.html.erb within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 10:47:56 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 10:47:56 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------------------------------------------------- elfproef integration: test_0002_fill in a correct rekening-number ----------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 10:47:56 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.6ms) Rendered employees/new.html.erb within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 10:47:56 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 10:47:56 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------------- elfproef integration: test_0004_fill in a incorrect rekening-number ------------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 10:47:56 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.8ms) Rendered employees/new.html.erb within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 10:47:56 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 10:47:56 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------------- EmployeesControllerTest: test_should_show_employee -------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#show as HTML Parameters: {"id"=>"779315083"} Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Rendered employees/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.2ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------------------------- EmployeesControllerTest: test_should_get_edit --------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#edit as HTML Parameters: {"id"=>"779315083"} Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Rendered employees/_form.html.erb (3.3ms) Rendered employees/edit.html.erb within layouts/application (5.2ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------------- EmployeesControllerTest: test_should_create_employee ---------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SELECT COUNT(*) FROM `employees` Processing by EmployeesController#create as HTML Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789", "taxnumber"=>"123456782L01"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`) VALUES ('persoon_1', 123456782, 123456789, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57')  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/employees/1056244325 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.5ms) SELECT COUNT(*) FROM `employees`  (0.5ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------- EmployeesControllerTest: test_should_get_new -------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (3.0ms) Rendered employees/new.html.erb within layouts/application (3.9ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------------- EmployeesControllerTest: test_should_update_employee ---------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#update as HTML Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"} Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/employees/779315083 Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------- EmployeesControllerTest: test_should_get_index ---------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#index as HTML Employee Load (0.2ms) SELECT `employees`.* FROM `employees` Rendered employees/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.2ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------------------------------------- EmployeesControllerTest: test_should_destroy_employee ----------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SELECT COUNT(*) FROM `employees` Processing by EmployeesController#destroy as HTML Parameters: {"id"=>"779315083"} Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/employees Completed 302 Found in 1ms (ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM `employees`  (0.5ms) ROLLBACK  (0.1ms) SELECT @@FOREIGN_KEY_CHECKS  (0.1ms) SET FOREIGN_KEY_CHECKS = 0  (0.1ms) BEGIN Fixture Delete (0.2ms) DELETE FROM `employees` Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 779315083) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 930756147) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 8193706) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 504992517) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 689873810) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 806875690) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 118538945) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 397401904) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 547942329) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 245364464) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 966313595) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 546412483) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 395749204) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 166867705) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 1056244324) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '123456782L01', '2015-11-30 09:47:57', '2015-11-30 09:47:57', 670847964)  (32.5ms) COMMIT  (0.1ms) SET FOREIGN_KEY_CHECKS = 1  (0.1ms) BEGIN ------------------------------------------------------------- Employee: test_0001_check bsn with input number that is false -------------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------ Employee: test_0003_check rekening with name too short ------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------------ Employee: test_0002_check rekening with input number that is false ------------------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------ Employee: test_0004_check the record, must be correct! ------------------------------------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS  (0.1ms) SET FOREIGN_KEY_CHECKS = 0  (0.1ms) BEGIN Fixture Delete (0.2ms) DELETE FROM `employees` Fixture Insert (11.9ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 779315083) Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 930756147) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 8193706) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 504992517) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 689873810) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 806875690) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 118538945) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 397401904) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 547942329) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 245364464) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 966313595) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 546412483) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 395749204) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 166867705) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 1056244324) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '123456782L01', '2015-11-30 10:02:04', '2015-11-30 10:02:04', 670847964)  (0.6ms) COMMIT  (0.1ms) SET FOREIGN_KEY_CHECKS = 1  (0.1ms) BEGIN ------------------------------------------------------ Employee: test_0004_check the record, must be correct! ------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------------ Employee: test_0002_check rekening with input number that is false ------------------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------ Employee: test_0003_check rekening with name too short ------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------- Employee: test_0001_check bsn with input number that is false -------------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------------------------------------------- elfproef integration: test_0006_fill in a correct rekening-number with 10 digits -------------------------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 11:02:06 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (13.6ms) Rendered employees/new.html.erb within layouts/application (18.0ms) Completed 200 OK in 229ms (Views: 228.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:06 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:06 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------------------------------------------- elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits ---------------------------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 11:02:07 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.4ms) Rendered employees/new.html.erb within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:07 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:07 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------------------------------------------------- elfproef integration: test_0002_fill in a correct rekening-number ----------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 11:02:07 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.4ms) Rendered employees/new.html.erb within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:07 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:07 +0100  (0.2ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------------------------- elfproef integration: test_0003_fill in a incorrect bsn-number -------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 11:02:07 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.4ms) Rendered employees/new.html.erb within layouts/application (1.6ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:07 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:07 +0100  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------------- elfproef integration: test_0004_fill in a incorrect rekening-number ------------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 11:02:07 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.5ms) Rendered employees/new.html.erb within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:07 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:07 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------ elfproef integration: test_0001_fill in a correct bsn-number ------------------------------------------------------------ Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 11:02:07 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.4ms) Rendered employees/new.html.erb within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:07 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:07 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------- EmployeesControllerTest: test_should_get_new -------------------------------------------- Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (2.4ms) Rendered employees/new.html.erb within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------------- EmployeesControllerTest: test_should_show_employee -------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#show as HTML Parameters: {"id"=>"779315083"} Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Rendered employees/show.html.erb within layouts/application (1.2ms) Completed 200 OK in 7ms (Views: 4.1ms | ActiveRecord: 0.2ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------- EmployeesControllerTest: test_should_get_index ---------------------------------------------- Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#index as HTML Employee Load (0.1ms) SELECT `employees`.* FROM `employees` Rendered employees/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------------------------------------- EmployeesControllerTest: test_should_destroy_employee ----------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.2ms) SELECT COUNT(*) FROM `employees` Processing by EmployeesController#destroy as HTML Parameters: {"id"=>"779315083"} Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/employees Completed 302 Found in 2ms (ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM `employees`  (0.6ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------------- EmployeesControllerTest: test_should_create_employee ---------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.2ms) SELECT COUNT(*) FROM `employees` Processing by EmployeesController#create as HTML Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789", "taxnumber"=>"123456782L01"}}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------------------------- EmployeesControllerTest: test_should_get_edit --------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#edit as HTML Parameters: {"id"=>"779315083"} Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Rendered employees/_form.html.erb (2.3ms) Rendered employees/edit.html.erb within layouts/application (2.8ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.1ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------------- EmployeesControllerTest: test_should_update_employee ---------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#update as HTML Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"} Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.3ms)  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS  (0.1ms) SET FOREIGN_KEY_CHECKS = 0  (0.1ms) BEGIN Fixture Delete (0.2ms) DELETE FROM `employees` Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 779315083) Fixture Insert (12.6ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 930756147) Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 8193706) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 504992517) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 689873810) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 806875690) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 118538945) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 397401904) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 547942329) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 245364464) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 966313595) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 546412483) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 395749204) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 166867705) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 1056244324) Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25', 670847964)  (0.4ms) COMMIT  (0.1ms) SET FOREIGN_KEY_CHECKS = 1  (0.1ms) BEGIN ------------------------------------------------------ Employee: test_0003_check rekening with name too short ------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------------ Employee: test_0002_check rekening with input number that is false ------------------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------- Employee: test_0001_check bsn with input number that is false -------------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------ Employee: test_0004_check the record, must be correct! ------------------------------------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------------- EmployeesControllerTest: test_should_show_employee -------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#show as HTML Parameters: {"id"=>"779315083"} Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Rendered employees/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 114ms (Views: 112.1ms | ActiveRecord: 0.1ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------------------------------------- EmployeesControllerTest: test_should_destroy_employee ----------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SELECT COUNT(*) FROM `employees` Processing by EmployeesController#destroy as HTML Parameters: {"id"=>"779315083"} Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/employees Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM `employees`  (0.7ms) ROLLBACK  (0.1ms) BEGIN --------------------------------------------- EmployeesControllerTest: test_should_get_edit --------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#edit as HTML Parameters: {"id"=>"779315083"} Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Rendered employees/_form.html.erb (6.7ms) Rendered employees/edit.html.erb within layouts/application (9.3ms) Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.1ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------- EmployeesControllerTest: test_should_get_new -------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.5ms) Rendered employees/new.html.erb within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------- EmployeesControllerTest: test_should_get_index ---------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#index as HTML Employee Load (0.1ms) SELECT `employees`.* FROM `employees` Rendered employees/index.html.erb within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.1ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------------- EmployeesControllerTest: test_should_update_employee ---------------------------------------------------- Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1 Processing by EmployeesController#update as HTML Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"} Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/employees/779315083 Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------------- EmployeesControllerTest: test_should_create_employee ---------------------------------------------------- Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1  (0.1ms) SELECT COUNT(*) FROM `employees` Processing by EmployeesController#create as HTML Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789", "taxnumber"=>"123456782L01"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`) VALUES ('persoon_1', 123456782, 123456789, '123456782L01', '2015-11-30 10:02:25', '2015-11-30 10:02:25')  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/employees/1056244326 Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM `employees`  (0.7ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------------------------------------------- elfproef integration: test_0006_fill in a correct rekening-number with 10 digits -------------------------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 11:02:27 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (2.1ms) Rendered employees/new.html.erb within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:27 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:27 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------------------------------------------------- elfproef integration: test_0002_fill in a correct rekening-number ----------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 11:02:28 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.5ms) Rendered employees/new.html.erb within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:28 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:28 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------------- elfproef integration: test_0004_fill in a incorrect rekening-number ------------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 11:02:28 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.9ms) Rendered employees/new.html.erb within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:28 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:28 +0100  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------------------------------------------------------------------- elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits ---------------------------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 11:02:28 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.4ms) Rendered employees/new.html.erb within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:28 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:28 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN -------------------------------------------------------------- elfproef integration: test_0003_fill in a incorrect bsn-number -------------------------------------------------------------- Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 11:02:28 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.6ms) Rendered employees/new.html.erb within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:28 +0100 Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:28 +0100  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------------------------------ elfproef integration: test_0001_fill in a correct bsn-number ------------------------------------------------------------ Started GET "/employees/new" for 127.0.0.1 at 2015-11-30 11:02:28 +0100 Processing by EmployeesController#new as HTML Rendered employees/_form.html.erb (1.7ms) Rendered employees/new.html.erb within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:28 +0100 Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:28 +0100  (0.1ms) ROLLBACK