elfproef_plan 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4dfdc682e9684ec384b703d01f9823a7855881de
4
- data.tar.gz: b12c78ac361810acf0fd4ea6dd39ea383659a2e4
3
+ metadata.gz: c8fe8b8d79c0840b2305b4afcc9011cb89e46908
4
+ data.tar.gz: c74a90d6af6582315d1eda206737927f4281b18d
5
5
  SHA512:
6
- metadata.gz: d34ae2dc02729a19b5339e506253617870d1d975b6c19978a8506892890fa7152009e01d3769a6fc73d212d8048848bc4ec4b747ce6e45837986848586361594
7
- data.tar.gz: 38906aa608e5a06188665918519c4a0d225b7dd2d9946e2c539241bedea764d22ba53bd32330a115d25dd6575ec0ebeeade3fc7e2475ca1d0857cdf9dd15a5f7
6
+ metadata.gz: eb2dc946881f6b59211a84183a4185b3af06e944d5dc1b080cdfd1f0bea593b1fa07f8c40d0fbe3292103fc70cb38694f9f74449834b42a476ecc47661e63a93
7
+ data.tar.gz: 14400bdb191fb7de3bbc98134565f1831c877f932901c0fa9c215d51ae3bc9044310f029b847605f3aa1c8dcd800beb4f6ed916fab5b5abb30c4f0d5c79ea8c2
@@ -1,3 +1,3 @@
1
1
  module ElfproefPlan
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -832,3 +832,436 @@ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
832
832
  Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-30 11:02:28 +0100
833
833
  Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-30 11:02:28 +0100
834
834
   (0.1ms) ROLLBACK
835
+  (192.3ms) DROP DATABASE IF EXISTS `dummy_test`
836
+  (15.9ms) CREATE DATABASE `dummy_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
837
+  (137.0ms) 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
838
+  (187.4ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
839
+  (187.9ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
840
+  (0.2ms) SELECT version FROM `schema_migrations`
841
+  (0.6ms) INSERT INTO `schema_migrations` (version) VALUES ('20151120090423')
842
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
843
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
844
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
845
+  (0.1ms) BEGIN
846
+ Fixture Delete (22.5ms) DELETE FROM `employees`
847
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 779315083)
848
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 930756147)
849
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 8193706)
850
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 504992517)
851
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 689873810)
852
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 806875690)
853
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 118538945)
854
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 397401904)
855
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 547942329)
856
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 245364464)
857
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 966313595)
858
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 546412483)
859
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 395749204)
860
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 166867705)
861
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 1056244324)
862
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '123456782L01', '2016-01-06 09:50:46', '2016-01-06 09:50:46', 670847964)
863
+  (9.1ms) COMMIT
864
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
865
+  (0.1ms) BEGIN
866
+ ----------------------------------------------------------------------------------
867
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
868
+ ----------------------------------------------------------------------------------
869
+ Started GET "/employees/new" for 127.0.0.1 at 2016-01-06 10:50:57 +0100
870
+ Processing by EmployeesController#new as HTML
871
+ Rendered employees/_form.html.erb (156.0ms)
872
+ Rendered employees/new.html.erb within layouts/application (187.0ms)
873
+ Completed 200 OK in 821ms (Views: 817.0ms | ActiveRecord: 0.0ms)
874
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-01-06 10:50:58 +0100
875
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-01-06 10:50:58 +0100
876
+  (0.2ms) ROLLBACK
877
+  (0.1ms) BEGIN
878
+ --------------------------------------------------------------------------------
879
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
880
+ --------------------------------------------------------------------------------
881
+ Started GET "/employees/new" for 127.0.0.1 at 2016-01-06 10:51:00 +0100
882
+ Processing by EmployeesController#new as HTML
883
+ Rendered employees/_form.html.erb (1.8ms)
884
+ Rendered employees/new.html.erb within layouts/application (2.1ms)
885
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
886
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-01-06 10:51:00 +0100
887
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-01-06 10:51:00 +0100
888
+  (0.1ms) ROLLBACK
889
+  (0.1ms) BEGIN
890
+ -------------------------------------------------------------------
891
+ elfproef integration: test_0004_fill in a incorrect rekening-number
892
+ -------------------------------------------------------------------
893
+ Started GET "/employees/new" for 127.0.0.1 at 2016-01-06 10:51:01 +0100
894
+ Processing by EmployeesController#new as HTML
895
+ Rendered employees/_form.html.erb (1.4ms)
896
+ Rendered employees/new.html.erb within layouts/application (1.6ms)
897
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
898
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-01-06 10:51:01 +0100
899
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-01-06 10:51:01 +0100
900
+  (0.1ms) ROLLBACK
901
+  (0.2ms) BEGIN
902
+ --------------------------------------------------------------
903
+ elfproef integration: test_0003_fill in a incorrect bsn-number
904
+ --------------------------------------------------------------
905
+ Started GET "/employees/new" for 127.0.0.1 at 2016-01-06 10:51:01 +0100
906
+ Processing by EmployeesController#new as HTML
907
+ Rendered employees/_form.html.erb (1.9ms)
908
+ Rendered employees/new.html.erb within layouts/application (2.5ms)
909
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
910
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-01-06 10:51:01 +0100
911
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-01-06 10:51:01 +0100
912
+  (0.1ms) ROLLBACK
913
+  (0.1ms) BEGIN
914
+ -----------------------------------------------------------------
915
+ elfproef integration: test_0002_fill in a correct rekening-number
916
+ -----------------------------------------------------------------
917
+ Started GET "/employees/new" for 127.0.0.1 at 2016-01-06 10:51:02 +0100
918
+ Processing by EmployeesController#new as HTML
919
+ Rendered employees/_form.html.erb (1.5ms)
920
+ Rendered employees/new.html.erb within layouts/application (1.7ms)
921
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
922
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-01-06 10:51:02 +0100
923
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-01-06 10:51:02 +0100
924
+  (0.2ms) ROLLBACK
925
+  (0.1ms) BEGIN
926
+ ------------------------------------------------------------
927
+ elfproef integration: test_0001_fill in a correct bsn-number
928
+ ------------------------------------------------------------
929
+ Started GET "/employees/new" for 127.0.0.1 at 2016-01-06 10:51:02 +0100
930
+ Processing by EmployeesController#new as HTML
931
+ Rendered employees/_form.html.erb (2.4ms)
932
+ Rendered employees/new.html.erb within layouts/application (2.7ms)
933
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
934
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-01-06 10:51:02 +0100
935
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-01-06 10:51:02 +0100
936
+  (0.2ms) ROLLBACK
937
+  (0.1ms) BEGIN
938
+ ---------------------------------------------
939
+ EmployeesControllerTest: test_should_get_edit
940
+ ---------------------------------------------
941
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
942
+ Processing by EmployeesController#edit as HTML
943
+ Parameters: {"id"=>"779315083"}
944
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
945
+ Rendered employees/_form.html.erb (2.6ms)
946
+ Rendered employees/edit.html.erb within layouts/application (4.0ms)
947
+ Completed 200 OK in 106ms (Views: 65.8ms | ActiveRecord: 0.2ms)
948
+  (18.5ms) ROLLBACK
949
+  (0.1ms) BEGIN
950
+ ----------------------------------------------------
951
+ EmployeesControllerTest: test_should_create_employee
952
+ ----------------------------------------------------
953
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
954
+  (0.2ms) SELECT COUNT(*) FROM `employees`
955
+ Processing by EmployeesController#create as HTML
956
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789", "taxnumber"=>"123456782L01"}}
957
+  (27.0ms) SAVEPOINT active_record_1
958
+ SQL (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`) VALUES ('persoon_1', 123456782, 123456789, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03')
959
+  (0.1ms) RELEASE SAVEPOINT active_record_1
960
+ Redirected to http://test.host/employees/1056244325
961
+ Completed 302 Found in 50ms (ActiveRecord: 44.9ms)
962
+  (0.1ms) SELECT COUNT(*) FROM `employees`
963
+  (83.1ms) ROLLBACK
964
+  (0.1ms) BEGIN
965
+ --------------------------------------------
966
+ EmployeesControllerTest: test_should_get_new
967
+ --------------------------------------------
968
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
969
+ Processing by EmployeesController#new as HTML
970
+ Rendered employees/_form.html.erb (3.1ms)
971
+ Rendered employees/new.html.erb within layouts/application (3.3ms)
972
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
973
+  (0.1ms) ROLLBACK
974
+  (0.1ms) BEGIN
975
+ --------------------------------------------------
976
+ EmployeesControllerTest: test_should_show_employee
977
+ --------------------------------------------------
978
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
979
+ Processing by EmployeesController#show as HTML
980
+ Parameters: {"id"=>"779315083"}
981
+ Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
982
+ Rendered employees/show.html.erb within layouts/application (1.2ms)
983
+ Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
984
+  (0.2ms) ROLLBACK
985
+  (0.1ms) BEGIN
986
+ ----------------------------------------------
987
+ EmployeesControllerTest: test_should_get_index
988
+ ----------------------------------------------
989
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
990
+ Processing by EmployeesController#index as HTML
991
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees`
992
+ Rendered employees/index.html.erb within layouts/application (5.6ms)
993
+ Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.3ms)
994
+  (0.1ms) ROLLBACK
995
+  (0.1ms) BEGIN
996
+ -----------------------------------------------------
997
+ EmployeesControllerTest: test_should_destroy_employee
998
+ -----------------------------------------------------
999
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1000
+  (0.2ms) SELECT COUNT(*) FROM `employees`
1001
+ Processing by EmployeesController#destroy as HTML
1002
+ Parameters: {"id"=>"779315083"}
1003
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1004
+  (0.1ms) SAVEPOINT active_record_1
1005
+ SQL (0.2ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
1006
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1007
+ Redirected to http://test.host/employees
1008
+ Completed 302 Found in 2ms (ActiveRecord: 0.6ms)
1009
+  (0.2ms) SELECT COUNT(*) FROM `employees`
1010
+  (16.3ms) ROLLBACK
1011
+  (0.1ms) BEGIN
1012
+ ----------------------------------------------------
1013
+ EmployeesControllerTest: test_should_update_employee
1014
+ ----------------------------------------------------
1015
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1016
+ Processing by EmployeesController#update as HTML
1017
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
1018
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1019
+  (0.1ms) SAVEPOINT active_record_1
1020
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1021
+ Redirected to http://test.host/employees/779315083
1022
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
1023
+  (0.1ms) ROLLBACK
1024
+  (0.1ms) SELECT @@FOREIGN_KEY_CHECKS
1025
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
1026
+  (0.1ms) BEGIN
1027
+ Fixture Delete (0.2ms) DELETE FROM `employees`
1028
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 779315083)
1029
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 930756147)
1030
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 8193706)
1031
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 504992517)
1032
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 689873810)
1033
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 806875690)
1034
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 118538945)
1035
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 397401904)
1036
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 547942329)
1037
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 245364464)
1038
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 966313595)
1039
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 546412483)
1040
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 395749204)
1041
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 166867705)
1042
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 1056244324)
1043
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '123456782L01', '2016-01-06 09:51:03', '2016-01-06 09:51:03', 670847964)
1044
+  (32.0ms) COMMIT
1045
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
1046
+  (0.1ms) BEGIN
1047
+ ------------------------------------------------------------------
1048
+ Employee: test_0002_check rekening with input number that is false
1049
+ ------------------------------------------------------------------
1050
+  (0.1ms) ROLLBACK
1051
+  (0.1ms) BEGIN
1052
+ ------------------------------------------------------
1053
+ Employee: test_0004_check the record, must be correct!
1054
+ ------------------------------------------------------
1055
+  (0.1ms) ROLLBACK
1056
+  (0.1ms) BEGIN
1057
+ ------------------------------------------------------
1058
+ Employee: test_0003_check rekening with name too short
1059
+ ------------------------------------------------------
1060
+  (0.1ms) ROLLBACK
1061
+  (0.1ms) BEGIN
1062
+ -------------------------------------------------------------
1063
+ Employee: test_0001_check bsn with input number that is false
1064
+ -------------------------------------------------------------
1065
+  (0.1ms) ROLLBACK
1066
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`
1067
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
1068
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
1069
+  (0.1ms) BEGIN
1070
+ Fixture Delete (0.2ms) DELETE FROM `employees`
1071
+ Fixture Insert (6.5ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 779315083)
1072
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 930756147)
1073
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 8193706)
1074
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 504992517)
1075
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 689873810)
1076
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 806875690)
1077
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 118538945)
1078
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 397401904)
1079
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 547942329)
1080
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 245364464)
1081
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 966313595)
1082
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 546412483)
1083
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 395749204)
1084
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 166867705)
1085
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 1056244324)
1086
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '123456782L01', '2016-01-06 09:56:31', '2016-01-06 09:56:31', 670847964)
1087
+  (0.6ms) COMMIT
1088
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
1089
+  (0.1ms) BEGIN
1090
+ --------------------------------------------------
1091
+ EmployeesControllerTest: test_should_show_employee
1092
+ --------------------------------------------------
1093
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1094
+ Processing by EmployeesController#show as HTML
1095
+ Parameters: {"id"=>"779315083"}
1096
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1097
+ Rendered employees/show.html.erb within layouts/application (2.1ms)
1098
+ Completed 200 OK in 682ms (Views: 679.5ms | ActiveRecord: 0.2ms)
1099
+  (0.2ms) ROLLBACK
1100
+  (0.1ms) BEGIN
1101
+ -----------------------------------------------------
1102
+ EmployeesControllerTest: test_should_destroy_employee
1103
+ -----------------------------------------------------
1104
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1105
+  (0.2ms) SELECT COUNT(*) FROM `employees`
1106
+ Processing by EmployeesController#destroy as HTML
1107
+ Parameters: {"id"=>"779315083"}
1108
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1109
+  (0.1ms) SAVEPOINT active_record_1
1110
+ SQL (0.1ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
1111
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1112
+ Redirected to http://test.host/employees
1113
+ Completed 302 Found in 2ms (ActiveRecord: 0.5ms)
1114
+  (0.1ms) SELECT COUNT(*) FROM `employees`
1115
+  (15.8ms) ROLLBACK
1116
+  (0.1ms) BEGIN
1117
+ --------------------------------------------
1118
+ EmployeesControllerTest: test_should_get_new
1119
+ --------------------------------------------
1120
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1121
+ Processing by EmployeesController#new as HTML
1122
+ Rendered employees/_form.html.erb (477.8ms)
1123
+ Rendered employees/new.html.erb within layouts/application (482.0ms)
1124
+ Completed 200 OK in 484ms (Views: 484.2ms | ActiveRecord: 0.0ms)
1125
+  (0.1ms) ROLLBACK
1126
+  (0.1ms) BEGIN
1127
+ ----------------------------------------------------
1128
+ EmployeesControllerTest: test_should_update_employee
1129
+ ----------------------------------------------------
1130
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1131
+ Processing by EmployeesController#update as HTML
1132
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
1133
+ Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1134
+  (0.1ms) SAVEPOINT active_record_1
1135
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1136
+ Redirected to http://test.host/employees/779315083
1137
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
1138
+  (0.1ms) ROLLBACK
1139
+  (0.1ms) BEGIN
1140
+ ----------------------------------------------
1141
+ EmployeesControllerTest: test_should_get_index
1142
+ ----------------------------------------------
1143
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1144
+ Processing by EmployeesController#index as HTML
1145
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees`
1146
+ Rendered employees/index.html.erb within layouts/application (4.0ms)
1147
+ Completed 200 OK in 162ms (Views: 161.8ms | ActiveRecord: 0.3ms)
1148
+  (0.1ms) ROLLBACK
1149
+  (0.1ms) BEGIN
1150
+ ----------------------------------------------------
1151
+ EmployeesControllerTest: test_should_create_employee
1152
+ ----------------------------------------------------
1153
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1154
+  (0.2ms) SELECT COUNT(*) FROM `employees`
1155
+ Processing by EmployeesController#create as HTML
1156
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789", "taxnumber"=>"123456782L01"}}
1157
+  (0.1ms) SAVEPOINT active_record_1
1158
+ SQL (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `taxnumber`, `created_at`, `updated_at`) VALUES ('persoon_1', 123456782, 123456789, '123456782L01', '2016-01-06 09:56:33', '2016-01-06 09:56:33')
1159
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1160
+ Redirected to http://test.host/employees/1056244326
1161
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
1162
+  (0.1ms) SELECT COUNT(*) FROM `employees`
1163
+  (42.8ms) ROLLBACK
1164
+  (0.1ms) BEGIN
1165
+ ---------------------------------------------
1166
+ EmployeesControllerTest: test_should_get_edit
1167
+ ---------------------------------------------
1168
+ Employee Load (0.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1169
+ Processing by EmployeesController#edit as HTML
1170
+ Parameters: {"id"=>"779315083"}
1171
+ Employee Load (0.1ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1172
+ Rendered employees/_form.html.erb (1.7ms)
1173
+ Rendered employees/edit.html.erb within layouts/application (2.4ms)
1174
+ Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.1ms)
1175
+  (0.1ms) ROLLBACK
1176
+  (0.1ms) BEGIN
1177
+ ------------------------------------------------------
1178
+ Employee: test_0004_check the record, must be correct!
1179
+ ------------------------------------------------------
1180
+  (0.1ms) ROLLBACK
1181
+  (0.1ms) BEGIN
1182
+ ------------------------------------------------------
1183
+ Employee: test_0003_check rekening with name too short
1184
+ ------------------------------------------------------
1185
+  (0.1ms) ROLLBACK
1186
+  (0.1ms) BEGIN
1187
+ ------------------------------------------------------------------
1188
+ Employee: test_0002_check rekening with input number that is false
1189
+ ------------------------------------------------------------------
1190
+  (0.1ms) ROLLBACK
1191
+  (0.1ms) BEGIN
1192
+ -------------------------------------------------------------
1193
+ Employee: test_0001_check bsn with input number that is false
1194
+ -------------------------------------------------------------
1195
+  (0.1ms) ROLLBACK
1196
+  (0.1ms) BEGIN
1197
+ --------------------------------------------------------------
1198
+ elfproef integration: test_0003_fill in a incorrect bsn-number
1199
+ --------------------------------------------------------------
1200
+ Started GET "/employees/new" for 127.0.0.1 at 2016-01-06 10:56:38 +0100
1201
+ Processing by EmployeesController#new as HTML
1202
+ Rendered employees/_form.html.erb (2.4ms)
1203
+ Rendered employees/new.html.erb within layouts/application (2.7ms)
1204
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
1205
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-01-06 10:56:38 +0100
1206
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-01-06 10:56:38 +0100
1207
+  (0.1ms) ROLLBACK
1208
+  (0.1ms) BEGIN
1209
+ -----------------------------------------------------------------
1210
+ elfproef integration: test_0002_fill in a correct rekening-number
1211
+ -----------------------------------------------------------------
1212
+ Started GET "/employees/new" for 127.0.0.1 at 2016-01-06 10:56:38 +0100
1213
+ Processing by EmployeesController#new as HTML
1214
+ Rendered employees/_form.html.erb (1.5ms)
1215
+ Rendered employees/new.html.erb within layouts/application (1.7ms)
1216
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
1217
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-01-06 10:56:38 +0100
1218
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-01-06 10:56:38 +0100
1219
+  (0.1ms) ROLLBACK
1220
+  (0.1ms) BEGIN
1221
+ ------------------------------------------------------------
1222
+ elfproef integration: test_0001_fill in a correct bsn-number
1223
+ ------------------------------------------------------------
1224
+ Started GET "/employees/new" for 127.0.0.1 at 2016-01-06 10:56:39 +0100
1225
+ Processing by EmployeesController#new as HTML
1226
+ Rendered employees/_form.html.erb (1.5ms)
1227
+ Rendered employees/new.html.erb within layouts/application (1.7ms)
1228
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
1229
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-01-06 10:56:39 +0100
1230
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-01-06 10:56:39 +0100
1231
+  (0.1ms) ROLLBACK
1232
+  (0.1ms) BEGIN
1233
+ ----------------------------------------------------------------------------------
1234
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
1235
+ ----------------------------------------------------------------------------------
1236
+ Started GET "/employees/new" for 127.0.0.1 at 2016-01-06 10:56:39 +0100
1237
+ Processing by EmployeesController#new as HTML
1238
+ Rendered employees/_form.html.erb (1.6ms)
1239
+ Rendered employees/new.html.erb within layouts/application (2.0ms)
1240
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
1241
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-01-06 10:56:39 +0100
1242
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-01-06 10:56:39 +0100
1243
+  (0.2ms) ROLLBACK
1244
+  (0.1ms) BEGIN
1245
+ -------------------------------------------------------------------
1246
+ elfproef integration: test_0004_fill in a incorrect rekening-number
1247
+ -------------------------------------------------------------------
1248
+ Started GET "/employees/new" for 127.0.0.1 at 2016-01-06 10:56:42 +0100
1249
+ Processing by EmployeesController#new as HTML
1250
+ Rendered employees/_form.html.erb (1.4ms)
1251
+ Rendered employees/new.html.erb within layouts/application (1.5ms)
1252
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
1253
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-01-06 10:56:42 +0100
1254
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-01-06 10:56:42 +0100
1255
+  (0.2ms) ROLLBACK
1256
+  (0.1ms) BEGIN
1257
+ --------------------------------------------------------------------------------
1258
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
1259
+ --------------------------------------------------------------------------------
1260
+ Started GET "/employees/new" for 127.0.0.1 at 2016-01-06 10:56:45 +0100
1261
+ Processing by EmployeesController#new as HTML
1262
+ Rendered employees/_form.html.erb (2.0ms)
1263
+ Rendered employees/new.html.erb within layouts/application (2.3ms)
1264
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
1265
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-01-06 10:56:45 +0100
1266
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-01-06 10:56:45 +0100
1267
+  (0.2ms) ROLLBACK
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elfproef_plan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rolf van der Geize,L-Plan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-30 00:00:00.000000000 Z
11
+ date: 2016-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '4.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '4.0'
27
27
  - !ruby/object:Gem::Dependency
@@ -112,14 +112,14 @@ dependencies:
112
112
  name: coffee-rails
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - "~>"
115
+ - - ">="
116
116
  - !ruby/object:Gem::Version
117
117
  version: '4.0'
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - "~>"
122
+ - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '4.0'
125
125
  - !ruby/object:Gem::Dependency
@@ -315,6 +315,7 @@ files:
315
315
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Lt8aa8ErKGQfTtII1mtJ0G4OFcqZnEHh8bOlY6WpeyA.cache
316
316
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/MHMfe7cj_yjOg60O-m7uNMHWRTB-IzDiVEiFeSM2nlM.cache
317
317
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/MSNGnF2BsUVzCu1yWfP6DWc8fTNeXCMeRznKyWiUo-Y.cache
318
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/MtNXdLbQgky_pkffX_Ex3twX52_USyJDsUK8aXxaIho.cache
318
319
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/MtgfkgJLaVoO1wqGQM7rnFbV8DNsvPighNB2a7NVBlw.cache
319
320
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/NJZ8clS9fXg52QKxbQwyA0Nut6vHkHeEETuPdHkXstI.cache
320
321
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/NK9BlmpMzWySu0ZmQgWJp1_2llKhFJXJb2PZLxHMGdM.cache
@@ -399,6 +400,7 @@ files:
399
400
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/i-Z01caEDjcNBLAIiqbFseB8MKZb6HRFHAxwHt10SG0.cache
400
401
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/iQGPMMz779mTe4Kh1wP1iPwTSgKQMnnOEYPxxZwB1Ms.cache
401
402
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/iVJ1-6Do8yqB0iNhlJZ_qYZ6r-W7VpQYM4E55O-XHEs.cache
403
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/jBl2QzU1ffSfJ6-4g2StK3vIk-FEnlZNBpJmC1rsXHU.cache
402
404
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/jt6V22IKP0aGS4N__KqSw0krnHBntO_vZ_Ib-s-uiaI.cache
403
405
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/kGq_zquDnGUvFSugRTtqcYJTQx_cgn4x4cTVpXU9aFw.cache
404
406
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/kImCrCcXPE9e3gCArnqBPJ4dxgDuM9zLvEMCiMqXT80.cache
@@ -620,6 +622,7 @@ test_files:
620
622
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/iVJ1-6Do8yqB0iNhlJZ_qYZ6r-W7VpQYM4E55O-XHEs.cache
621
623
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/IyFtgEKpUgV6Gc5XECJCQLYC7qL1SjW_0AEx2XfjFio.cache
622
624
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Izv3eK-WV4OQeHSt-GQbfb_VGFUbPFHahvIJp0T7kGw.cache
625
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/jBl2QzU1ffSfJ6-4g2StK3vIk-FEnlZNBpJmC1rsXHU.cache
623
626
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/JCb687r0UCcnZdkMKIIDKBbp7WUoRFUbkk4AUBITFDs.cache
624
627
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/jt6V22IKP0aGS4N__KqSw0krnHBntO_vZ_Ib-s-uiaI.cache
625
628
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/JVW1SZrGJRZH1XlDCr1SHRVk2WOZ60D8xhZ_eeadt7E.cache
@@ -636,6 +639,7 @@ test_files:
636
639
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/MHMfe7cj_yjOg60O-m7uNMHWRTB-IzDiVEiFeSM2nlM.cache
637
640
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/MSNGnF2BsUVzCu1yWfP6DWc8fTNeXCMeRznKyWiUo-Y.cache
638
641
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/MtgfkgJLaVoO1wqGQM7rnFbV8DNsvPighNB2a7NVBlw.cache
642
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/MtNXdLbQgky_pkffX_Ex3twX52_USyJDsUK8aXxaIho.cache
639
643
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/n9CXPMAFIGaeXydlNGfujNaPP4_19uhCOvFN5NSPWx4.cache
640
644
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/NJZ8clS9fXg52QKxbQwyA0Nut6vHkHeEETuPdHkXstI.cache
641
645
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/NK9BlmpMzWySu0ZmQgWJp1_2llKhFJXJb2PZLxHMGdM.cache