emcee 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ce9a2097dd5aad1382c4b9980f4510507e04745
4
- data.tar.gz: c9c5880046f1c7ddb000ba1b19dc108816c7bb88
3
+ metadata.gz: 6886fd8af5eb4a90e1f26cfb23489313d7502892
4
+ data.tar.gz: 3bbd8819eb17cb1ab81b463d161886b6bfac7a3c
5
5
  SHA512:
6
- metadata.gz: 44b66746843cfc1e6a5a11bf3c4a048826ed0bb057d7b28109989126b4440a185492a0190ecefc18b3aebadcddb0e40f3aa01ce7b51c3088abb34cb37e5c43f5
7
- data.tar.gz: b4a6daef3d674c1f64f0cbb824c458caf1d55f98547a6347bef57cac7fee210052d7ae38135537d15e081f795709391f29f341281c45688339c2a9243e69069c
6
+ metadata.gz: f3bfee5e48b9344b87570d8b767516526afd709764d7c5e7df845a4e13e7278c7a18e6e638000820de9c48997084c9b3b6f2292fc2c3dc6a9202f370d63deea4
7
+ data.tar.gz: 01cf8659c1ecf2b4c2fd467453c1c3773deb16abc865fbfa7d8b59ac24e6996f1647028e672efbd3c1d480834deaba9eb0aa09a660e0fb211124c2368b1e9d7d
@@ -14,7 +14,7 @@ module Emcee
14
14
  absolute_path = File.absolute_path(path, directory)
15
15
  script_contents = read_file(absolute_path)
16
16
 
17
- to_inline << [script_tag, indent + "<script>" + script_contents + "</script>"]
17
+ to_inline << [script_tag, "#{indent}<script>#{script_contents}\n#{indent}</script>"]
18
18
  end
19
19
  end
20
20
 
@@ -14,7 +14,7 @@ module Emcee
14
14
  absolute_path = File.absolute_path(path, directory)
15
15
  stylesheet_contents = read_file(absolute_path)
16
16
 
17
- to_inline << [stylesheet_tag, indent + "<style>" + stylesheet_contents + "</style>"]
17
+ to_inline << [stylesheet_tag, "#{indent}<style>#{stylesheet_contents}\n#{indent}</style>"]
18
18
  end
19
19
  end
20
20
 
data/lib/emcee/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Emcee
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -28431,5 +28431,1032 @@ ProcessorsTest: test_processing_scripts_should_work
28431
28431
   (0.1ms) begin transaction
28432
28432
  -------------------------------------------------------
28433
28433
  ProcessorsTest: test_processing_stylesheets_should_work
28434
+ -------------------------------------------------------
28435
+  (0.0ms) rollback transaction
28436
+  (0.2ms) begin transaction
28437
+ ----------------------------------------------------------
28438
+ CompressorsTest: test_compressor_should_remove_blank_lines
28439
+ ----------------------------------------------------------
28440
+  (0.0ms) rollback transaction
28441
+  (0.0ms) begin transaction
28442
+ -----------------------------------------------------------
28443
+ CompressorsTest: test_compressor_should_remove_css_comments
28444
+ -----------------------------------------------------------
28445
+  (0.0ms) rollback transaction
28446
+  (0.0ms) begin transaction
28447
+ ------------------------------------------------------------
28448
+ CompressorsTest: test_compressor_should_remove_html_comments
28449
+ ------------------------------------------------------------
28450
+  (0.0ms) rollback transaction
28451
+  (0.0ms) begin transaction
28452
+ -----------------------------------------------------------------------------
28453
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
28454
+ -----------------------------------------------------------------------------
28455
+  (0.1ms) rollback transaction
28456
+  (0.0ms) begin transaction
28457
+ ------------------------------------------------------------------------------
28458
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
28459
+ ------------------------------------------------------------------------------
28460
+  (0.0ms) rollback transaction
28461
+  (0.0ms) begin transaction
28462
+ ----------------------------------------------------
28463
+ ControllersTest: test_index_should_have_html_imports
28464
+ ----------------------------------------------------
28465
+ Processing by DummyController#index as HTML
28466
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
28467
+ Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.0ms)
28468
+  (0.1ms) rollback transaction
28469
+  (0.0ms) begin transaction
28470
+ --------------------------------------
28471
+ ControllersTest: test_should_get_index
28472
+ --------------------------------------
28473
+ Processing by DummyController#index as HTML
28474
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
28475
+  (0.0ms) rollback transaction
28476
+  (0.0ms) begin transaction
28477
+ -----------------------------------------------------------------------------------
28478
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
28479
+ -----------------------------------------------------------------------------------
28480
+ Processing by DummyController#index as HTML
28481
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
28482
+  (0.1ms) rollback transaction
28483
+  (0.1ms) begin transaction
28484
+ -------------------------------------------------------------------------
28485
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
28486
+ -------------------------------------------------------------------------
28487
+ Processing by DummyController#assets as HTML
28488
+ Completed 200 OK in 7ms (Views: 0.1ms | ActiveRecord: 0.0ms)
28489
+  (0.1ms) rollback transaction
28490
+  (0.1ms) begin transaction
28491
+ ---------------------
28492
+ EmceeTest: test_truth
28493
+ ---------------------
28494
+  (0.1ms) rollback transaction
28495
+  (0.0ms) begin transaction
28496
+ -------------------------------------
28497
+ Helpers: test_html_import_should_work
28498
+ -------------------------------------
28499
+  (0.0ms) rollback transaction
28500
+  (0.0ms) begin transaction
28501
+ ---------------------------------------------------
28502
+ ProcessorsTest: test_processing_imports_should_work
28503
+ ---------------------------------------------------
28504
+  (0.0ms) rollback transaction
28505
+  (0.1ms) begin transaction
28506
+ ---------------------------------------------------
28507
+ ProcessorsTest: test_processing_scripts_should_work
28508
+ ---------------------------------------------------
28509
+  (0.2ms) rollback transaction
28510
+  (0.3ms) begin transaction
28511
+ -------------------------------------------------------
28512
+ ProcessorsTest: test_processing_stylesheets_should_work
28513
+ -------------------------------------------------------
28514
+  (0.1ms) rollback transaction
28515
+  (0.2ms) begin transaction
28516
+ ----------------------------------------------------------
28517
+ CompressorsTest: test_compressor_should_remove_blank_lines
28518
+ ----------------------------------------------------------
28519
+  (0.0ms) rollback transaction
28520
+  (0.1ms) begin transaction
28521
+ -----------------------------------------------------------
28522
+ CompressorsTest: test_compressor_should_remove_css_comments
28523
+ -----------------------------------------------------------
28524
+  (0.0ms) rollback transaction
28525
+  (0.0ms) begin transaction
28526
+ ------------------------------------------------------------
28527
+ CompressorsTest: test_compressor_should_remove_html_comments
28528
+ ------------------------------------------------------------
28529
+  (0.0ms) rollback transaction
28530
+  (0.0ms) begin transaction
28531
+ -----------------------------------------------------------------------------
28532
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
28533
+ -----------------------------------------------------------------------------
28534
+  (0.1ms) rollback transaction
28535
+  (0.0ms) begin transaction
28536
+ ------------------------------------------------------------------------------
28537
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
28538
+ ------------------------------------------------------------------------------
28539
+  (0.1ms) rollback transaction
28540
+  (0.0ms) begin transaction
28541
+ ----------------------------------------------------
28542
+ ControllersTest: test_index_should_have_html_imports
28543
+ ----------------------------------------------------
28544
+ Processing by DummyController#index as HTML
28545
+ Rendered dummy/index.html.erb within layouts/application (1.0ms)
28546
+ Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms)
28547
+  (0.1ms) rollback transaction
28548
+  (0.1ms) begin transaction
28549
+ --------------------------------------
28550
+ ControllersTest: test_should_get_index
28551
+ --------------------------------------
28552
+ Processing by DummyController#index as HTML
28553
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
28554
+  (0.1ms) rollback transaction
28555
+  (0.1ms) begin transaction
28556
+ -----------------------------------------------------------------------------------
28557
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
28558
+ -----------------------------------------------------------------------------------
28559
+ Processing by DummyController#index as HTML
28560
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
28561
+  (0.1ms) rollback transaction
28562
+  (0.1ms) begin transaction
28563
+ -------------------------------------------------------------------------
28564
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
28565
+ -------------------------------------------------------------------------
28566
+ Processing by DummyController#assets as HTML
28567
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
28568
+  (0.1ms) rollback transaction
28569
+  (0.0ms) begin transaction
28570
+ ---------------------
28571
+ EmceeTest: test_truth
28572
+ ---------------------
28573
+  (0.1ms) rollback transaction
28574
+  (0.0ms) begin transaction
28575
+ -------------------------------------
28576
+ Helpers: test_html_import_should_work
28577
+ -------------------------------------
28578
+  (0.0ms) rollback transaction
28579
+  (0.0ms) begin transaction
28580
+ ---------------------------------------------------
28581
+ ProcessorsTest: test_processing_imports_should_work
28582
+ ---------------------------------------------------
28583
+  (0.0ms) rollback transaction
28584
+  (0.0ms) begin transaction
28585
+ ---------------------------------------------------
28586
+ ProcessorsTest: test_processing_scripts_should_work
28587
+ ---------------------------------------------------
28588
+  (0.2ms) rollback transaction
28589
+  (0.2ms) begin transaction
28590
+ -------------------------------------------------------
28591
+ ProcessorsTest: test_processing_stylesheets_should_work
28592
+ -------------------------------------------------------
28593
+  (0.1ms) rollback transaction
28594
+  (0.2ms) begin transaction
28595
+ ----------------------------------------------------------
28596
+ CompressorsTest: test_compressor_should_remove_blank_lines
28597
+ ----------------------------------------------------------
28598
+  (0.1ms) rollback transaction
28599
+  (0.1ms) begin transaction
28600
+ -----------------------------------------------------------
28601
+ CompressorsTest: test_compressor_should_remove_css_comments
28602
+ -----------------------------------------------------------
28603
+  (0.0ms) rollback transaction
28604
+  (0.0ms) begin transaction
28605
+ ------------------------------------------------------------
28606
+ CompressorsTest: test_compressor_should_remove_html_comments
28607
+ ------------------------------------------------------------
28608
+  (0.0ms) rollback transaction
28609
+  (0.0ms) begin transaction
28610
+ -----------------------------------------------------------------------------
28611
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
28612
+ -----------------------------------------------------------------------------
28613
+  (0.0ms) rollback transaction
28614
+  (0.1ms) begin transaction
28615
+ ------------------------------------------------------------------------------
28616
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
28617
+ ------------------------------------------------------------------------------
28618
+  (0.0ms) rollback transaction
28619
+  (0.0ms) begin transaction
28620
+ ----------------------------------------------------
28621
+ ControllersTest: test_index_should_have_html_imports
28622
+ ----------------------------------------------------
28623
+ Processing by DummyController#index as HTML
28624
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
28625
+ Completed 200 OK in 16ms (Views: 16.1ms | ActiveRecord: 0.0ms)
28626
+  (0.1ms) rollback transaction
28627
+  (0.1ms) begin transaction
28628
+ --------------------------------------
28629
+ ControllersTest: test_should_get_index
28630
+ --------------------------------------
28631
+ Processing by DummyController#index as HTML
28632
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
28633
+  (0.1ms) rollback transaction
28634
+  (0.1ms) begin transaction
28635
+ -----------------------------------------------------------------------------------
28636
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
28637
+ -----------------------------------------------------------------------------------
28638
+ Processing by DummyController#index as HTML
28639
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
28640
+  (0.1ms) rollback transaction
28641
+  (0.1ms) begin transaction
28642
+ -------------------------------------------------------------------------
28643
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
28644
+ -------------------------------------------------------------------------
28645
+ Processing by DummyController#assets as HTML
28646
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
28647
+  (0.1ms) rollback transaction
28648
+  (0.0ms) begin transaction
28649
+ ---------------------
28650
+ EmceeTest: test_truth
28651
+ ---------------------
28652
+  (0.1ms) rollback transaction
28653
+  (0.0ms) begin transaction
28654
+ -------------------------------------
28655
+ Helpers: test_html_import_should_work
28656
+ -------------------------------------
28657
+  (0.1ms) rollback transaction
28658
+  (0.0ms) begin transaction
28659
+ ---------------------------------------------------
28660
+ ProcessorsTest: test_processing_imports_should_work
28661
+ ---------------------------------------------------
28662
+  (0.0ms) rollback transaction
28663
+  (0.0ms) begin transaction
28664
+ ---------------------------------------------------
28665
+ ProcessorsTest: test_processing_scripts_should_work
28666
+ ---------------------------------------------------
28667
+  (0.0ms) rollback transaction
28668
+  (0.0ms) begin transaction
28669
+ -------------------------------------------------------
28670
+ ProcessorsTest: test_processing_stylesheets_should_work
28671
+ -------------------------------------------------------
28672
+  (0.0ms) rollback transaction
28673
+  (0.2ms) begin transaction
28674
+ ----------------------------------------------------------
28675
+ CompressorsTest: test_compressor_should_remove_blank_lines
28676
+ ----------------------------------------------------------
28677
+  (0.0ms) rollback transaction
28678
+  (0.0ms) begin transaction
28679
+ -----------------------------------------------------------
28680
+ CompressorsTest: test_compressor_should_remove_css_comments
28681
+ -----------------------------------------------------------
28682
+  (0.0ms) rollback transaction
28683
+  (0.1ms) begin transaction
28684
+ ------------------------------------------------------------
28685
+ CompressorsTest: test_compressor_should_remove_html_comments
28686
+ ------------------------------------------------------------
28687
+  (0.0ms) rollback transaction
28688
+  (0.0ms) begin transaction
28689
+ -----------------------------------------------------------------------------
28690
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
28691
+ -----------------------------------------------------------------------------
28692
+  (0.0ms) rollback transaction
28693
+  (0.0ms) begin transaction
28694
+ ------------------------------------------------------------------------------
28695
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
28696
+ ------------------------------------------------------------------------------
28697
+  (0.0ms) rollback transaction
28698
+  (0.0ms) begin transaction
28699
+ ----------------------------------------------------
28700
+ ControllersTest: test_index_should_have_html_imports
28701
+ ----------------------------------------------------
28702
+ Processing by DummyController#index as HTML
28703
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
28704
+ Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.0ms)
28705
+  (0.1ms) rollback transaction
28706
+  (0.0ms) begin transaction
28707
+ --------------------------------------
28708
+ ControllersTest: test_should_get_index
28709
+ --------------------------------------
28710
+ Processing by DummyController#index as HTML
28711
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
28712
+  (0.1ms) rollback transaction
28713
+  (0.0ms) begin transaction
28714
+ -----------------------------------------------------------------------------------
28715
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
28716
+ -----------------------------------------------------------------------------------
28717
+ Processing by DummyController#index as HTML
28718
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
28719
+  (0.0ms) rollback transaction
28720
+  (0.0ms) begin transaction
28721
+ -------------------------------------------------------------------------
28722
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
28723
+ -------------------------------------------------------------------------
28724
+ Processing by DummyController#assets as HTML
28725
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
28726
+  (0.1ms) rollback transaction
28727
+  (0.1ms) begin transaction
28728
+ ---------------------
28729
+ EmceeTest: test_truth
28730
+ ---------------------
28731
+  (0.1ms) rollback transaction
28732
+  (0.0ms) begin transaction
28733
+ -------------------------------------
28734
+ Helpers: test_html_import_should_work
28735
+ -------------------------------------
28736
+  (0.0ms) rollback transaction
28737
+  (0.0ms) begin transaction
28738
+ ---------------------------------------------------
28739
+ ProcessorsTest: test_processing_imports_should_work
28740
+ ---------------------------------------------------
28741
+  (0.0ms) rollback transaction
28742
+  (0.0ms) begin transaction
28743
+ ---------------------------------------------------
28744
+ ProcessorsTest: test_processing_scripts_should_work
28745
+ ---------------------------------------------------
28746
+  (0.0ms) rollback transaction
28747
+  (0.0ms) begin transaction
28748
+ -------------------------------------------------------
28749
+ ProcessorsTest: test_processing_stylesheets_should_work
28750
+ -------------------------------------------------------
28751
+  (0.0ms) rollback transaction
28752
+  (0.2ms) begin transaction
28753
+ ----------------------------------------------------------
28754
+ CompressorsTest: test_compressor_should_remove_blank_lines
28755
+ ----------------------------------------------------------
28756
+  (0.0ms) rollback transaction
28757
+  (0.1ms) begin transaction
28758
+ -----------------------------------------------------------
28759
+ CompressorsTest: test_compressor_should_remove_css_comments
28760
+ -----------------------------------------------------------
28761
+  (0.0ms) rollback transaction
28762
+  (0.1ms) begin transaction
28763
+ ------------------------------------------------------------
28764
+ CompressorsTest: test_compressor_should_remove_html_comments
28765
+ ------------------------------------------------------------
28766
+  (0.0ms) rollback transaction
28767
+  (0.0ms) begin transaction
28768
+ -----------------------------------------------------------------------------
28769
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
28770
+ -----------------------------------------------------------------------------
28771
+  (0.0ms) rollback transaction
28772
+  (0.1ms) begin transaction
28773
+ ------------------------------------------------------------------------------
28774
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
28775
+ ------------------------------------------------------------------------------
28776
+  (0.0ms) rollback transaction
28777
+  (0.0ms) begin transaction
28778
+ ----------------------------------------------------
28779
+ ControllersTest: test_index_should_have_html_imports
28780
+ ----------------------------------------------------
28781
+ Processing by DummyController#index as HTML
28782
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
28783
+ Completed 200 OK in 22ms (Views: 22.0ms | ActiveRecord: 0.0ms)
28784
+  (0.1ms) rollback transaction
28785
+  (0.1ms) begin transaction
28786
+ --------------------------------------
28787
+ ControllersTest: test_should_get_index
28788
+ --------------------------------------
28789
+ Processing by DummyController#index as HTML
28790
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
28791
+  (0.1ms) rollback transaction
28792
+  (0.0ms) begin transaction
28793
+ -----------------------------------------------------------------------------------
28794
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
28795
+ -----------------------------------------------------------------------------------
28796
+ Processing by DummyController#index as HTML
28797
+ Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
28798
+  (0.1ms) rollback transaction
28799
+  (0.0ms) begin transaction
28800
+ -------------------------------------------------------------------------
28801
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
28802
+ -------------------------------------------------------------------------
28803
+ Processing by DummyController#assets as HTML
28804
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
28805
+  (0.1ms) rollback transaction
28806
+  (0.0ms) begin transaction
28807
+ ---------------------
28808
+ EmceeTest: test_truth
28809
+ ---------------------
28810
+  (0.0ms) rollback transaction
28811
+  (0.0ms) begin transaction
28812
+ -------------------------------------
28813
+ Helpers: test_html_import_should_work
28814
+ -------------------------------------
28815
+  (0.0ms) rollback transaction
28816
+  (0.0ms) begin transaction
28817
+ ---------------------------------------------------
28818
+ ProcessorsTest: test_processing_imports_should_work
28819
+ ---------------------------------------------------
28820
+  (0.0ms) rollback transaction
28821
+  (0.0ms) begin transaction
28822
+ ---------------------------------------------------
28823
+ ProcessorsTest: test_processing_scripts_should_work
28824
+ ---------------------------------------------------
28825
+  (0.0ms) rollback transaction
28826
+  (0.0ms) begin transaction
28827
+ -------------------------------------------------------
28828
+ ProcessorsTest: test_processing_stylesheets_should_work
28829
+ -------------------------------------------------------
28830
+  (0.0ms) rollback transaction
28831
+  (0.2ms) begin transaction
28832
+ ----------------------------------------------------------
28833
+ CompressorsTest: test_compressor_should_remove_blank_lines
28834
+ ----------------------------------------------------------
28835
+  (0.1ms) rollback transaction
28836
+  (0.1ms) begin transaction
28837
+ -----------------------------------------------------------
28838
+ CompressorsTest: test_compressor_should_remove_css_comments
28839
+ -----------------------------------------------------------
28840
+  (0.0ms) rollback transaction
28841
+  (0.0ms) begin transaction
28842
+ ------------------------------------------------------------
28843
+ CompressorsTest: test_compressor_should_remove_html_comments
28844
+ ------------------------------------------------------------
28845
+  (0.1ms) rollback transaction
28846
+  (0.0ms) begin transaction
28847
+ -----------------------------------------------------------------------------
28848
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
28849
+ -----------------------------------------------------------------------------
28850
+  (0.1ms) rollback transaction
28851
+  (0.0ms) begin transaction
28852
+ ------------------------------------------------------------------------------
28853
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
28854
+ ------------------------------------------------------------------------------
28855
+  (0.1ms) rollback transaction
28856
+  (0.0ms) begin transaction
28857
+ ----------------------------------------------------
28858
+ ControllersTest: test_index_should_have_html_imports
28859
+ ----------------------------------------------------
28860
+ Processing by DummyController#index as HTML
28861
+ Rendered dummy/index.html.erb within layouts/application (1.0ms)
28862
+ Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.0ms)
28863
+  (0.1ms) rollback transaction
28864
+  (0.1ms) begin transaction
28865
+ --------------------------------------
28866
+ ControllersTest: test_should_get_index
28867
+ --------------------------------------
28868
+ Processing by DummyController#index as HTML
28869
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
28870
+  (0.1ms) rollback transaction
28871
+  (0.1ms) begin transaction
28872
+ -----------------------------------------------------------------------------------
28873
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
28874
+ -----------------------------------------------------------------------------------
28875
+ Processing by DummyController#index as HTML
28876
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
28877
+  (0.1ms) rollback transaction
28878
+  (0.1ms) begin transaction
28879
+ -------------------------------------------------------------------------
28880
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
28881
+ -------------------------------------------------------------------------
28882
+ Processing by DummyController#assets as HTML
28883
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.0ms)
28884
+  (0.1ms) rollback transaction
28885
+  (0.1ms) begin transaction
28886
+ ---------------------
28887
+ EmceeTest: test_truth
28888
+ ---------------------
28889
+  (0.0ms) rollback transaction
28890
+  (0.1ms) begin transaction
28891
+ -------------------------------------
28892
+ Helpers: test_html_import_should_work
28893
+ -------------------------------------
28894
+  (0.1ms) rollback transaction
28895
+  (0.1ms) begin transaction
28896
+ ---------------------------------------------------
28897
+ ProcessorsTest: test_processing_imports_should_work
28898
+ ---------------------------------------------------
28899
+  (0.1ms) rollback transaction
28900
+  (0.1ms) begin transaction
28901
+ ---------------------------------------------------
28902
+ ProcessorsTest: test_processing_scripts_should_work
28903
+ ---------------------------------------------------
28904
+  (0.0ms) rollback transaction
28905
+  (0.0ms) begin transaction
28906
+ -------------------------------------------------------
28907
+ ProcessorsTest: test_processing_stylesheets_should_work
28908
+ -------------------------------------------------------
28909
+  (0.0ms) rollback transaction
28910
+  (0.2ms) begin transaction
28911
+ ----------------------------------------------------------
28912
+ CompressorsTest: test_compressor_should_remove_blank_lines
28913
+ ----------------------------------------------------------
28914
+  (0.0ms) rollback transaction
28915
+  (0.0ms) begin transaction
28916
+ -----------------------------------------------------------
28917
+ CompressorsTest: test_compressor_should_remove_css_comments
28918
+ -----------------------------------------------------------
28919
+  (0.0ms) rollback transaction
28920
+  (0.0ms) begin transaction
28921
+ ------------------------------------------------------------
28922
+ CompressorsTest: test_compressor_should_remove_html_comments
28923
+ ------------------------------------------------------------
28924
+  (0.0ms) rollback transaction
28925
+  (0.0ms) begin transaction
28926
+ -----------------------------------------------------------------------------
28927
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
28928
+ -----------------------------------------------------------------------------
28929
+  (0.0ms) rollback transaction
28930
+  (0.0ms) begin transaction
28931
+ ------------------------------------------------------------------------------
28932
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
28933
+ ------------------------------------------------------------------------------
28934
+  (0.0ms) rollback transaction
28935
+  (0.0ms) begin transaction
28936
+ ----------------------------------------------------
28937
+ ControllersTest: test_index_should_have_html_imports
28938
+ ----------------------------------------------------
28939
+ Processing by DummyController#index as HTML
28940
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
28941
+ Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.0ms)
28942
+  (0.1ms) rollback transaction
28943
+  (0.0ms) begin transaction
28944
+ --------------------------------------
28945
+ ControllersTest: test_should_get_index
28946
+ --------------------------------------
28947
+ Processing by DummyController#index as HTML
28948
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
28949
+  (0.1ms) rollback transaction
28950
+  (0.0ms) begin transaction
28951
+ -----------------------------------------------------------------------------------
28952
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
28953
+ -----------------------------------------------------------------------------------
28954
+ Processing by DummyController#index as HTML
28955
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
28956
+  (0.0ms) rollback transaction
28957
+  (0.0ms) begin transaction
28958
+ -------------------------------------------------------------------------
28959
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
28960
+ -------------------------------------------------------------------------
28961
+ Processing by DummyController#assets as HTML
28962
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
28963
+  (0.1ms) rollback transaction
28964
+  (0.0ms) begin transaction
28965
+ ---------------------
28966
+ EmceeTest: test_truth
28967
+ ---------------------
28968
+  (0.0ms) rollback transaction
28969
+  (0.0ms) begin transaction
28970
+ -------------------------------------
28971
+ Helpers: test_html_import_should_work
28972
+ -------------------------------------
28973
+  (0.0ms) rollback transaction
28974
+  (0.1ms) begin transaction
28975
+ ---------------------------------------------------
28976
+ ProcessorsTest: test_processing_imports_should_work
28977
+ ---------------------------------------------------
28978
+  (0.0ms) rollback transaction
28979
+  (0.0ms) begin transaction
28980
+ ---------------------------------------------------
28981
+ ProcessorsTest: test_processing_scripts_should_work
28982
+ ---------------------------------------------------
28983
+  (0.0ms) rollback transaction
28984
+  (0.0ms) begin transaction
28985
+ -------------------------------------------------------
28986
+ ProcessorsTest: test_processing_stylesheets_should_work
28987
+ -------------------------------------------------------
28988
+  (0.0ms) rollback transaction
28989
+  (0.2ms) begin transaction
28990
+ ----------------------------------------------------------
28991
+ CompressorsTest: test_compressor_should_remove_blank_lines
28992
+ ----------------------------------------------------------
28993
+  (0.0ms) rollback transaction
28994
+  (0.1ms) begin transaction
28995
+ -----------------------------------------------------------
28996
+ CompressorsTest: test_compressor_should_remove_css_comments
28997
+ -----------------------------------------------------------
28998
+  (0.0ms) rollback transaction
28999
+  (0.0ms) begin transaction
29000
+ ------------------------------------------------------------
29001
+ CompressorsTest: test_compressor_should_remove_html_comments
29002
+ ------------------------------------------------------------
29003
+  (0.1ms) rollback transaction
29004
+  (0.0ms) begin transaction
29005
+ -----------------------------------------------------------------------------
29006
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
29007
+ -----------------------------------------------------------------------------
29008
+  (0.0ms) rollback transaction
29009
+  (0.0ms) begin transaction
29010
+ ------------------------------------------------------------------------------
29011
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
29012
+ ------------------------------------------------------------------------------
29013
+  (0.0ms) rollback transaction
29014
+  (0.0ms) begin transaction
29015
+ ----------------------------------------------------
29016
+ ControllersTest: test_index_should_have_html_imports
29017
+ ----------------------------------------------------
29018
+ Processing by DummyController#index as HTML
29019
+ Rendered dummy/index.html.erb within layouts/application (1.0ms)
29020
+ Completed 200 OK in 16ms (Views: 16.2ms | ActiveRecord: 0.0ms)
29021
+  (0.1ms) rollback transaction
29022
+  (0.0ms) begin transaction
29023
+ --------------------------------------
29024
+ ControllersTest: test_should_get_index
29025
+ --------------------------------------
29026
+ Processing by DummyController#index as HTML
29027
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
29028
+  (0.1ms) rollback transaction
29029
+  (0.0ms) begin transaction
29030
+ -----------------------------------------------------------------------------------
29031
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
29032
+ -----------------------------------------------------------------------------------
29033
+ Processing by DummyController#index as HTML
29034
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
29035
+  (0.0ms) rollback transaction
29036
+  (0.0ms) begin transaction
29037
+ -------------------------------------------------------------------------
29038
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
29039
+ -------------------------------------------------------------------------
29040
+ Processing by DummyController#assets as HTML
29041
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
29042
+  (0.1ms) rollback transaction
29043
+  (0.0ms) begin transaction
29044
+ ---------------------
29045
+ EmceeTest: test_truth
29046
+ ---------------------
29047
+  (0.0ms) rollback transaction
29048
+  (0.0ms) begin transaction
29049
+ -------------------------------------
29050
+ Helpers: test_html_import_should_work
29051
+ -------------------------------------
29052
+  (0.0ms) rollback transaction
29053
+  (0.0ms) begin transaction
29054
+ ---------------------------------------------------
29055
+ ProcessorsTest: test_processing_imports_should_work
29056
+ ---------------------------------------------------
29057
+  (0.0ms) rollback transaction
29058
+  (0.0ms) begin transaction
29059
+ ---------------------------------------------------
29060
+ ProcessorsTest: test_processing_scripts_should_work
29061
+ ---------------------------------------------------
29062
+  (0.0ms) rollback transaction
29063
+  (0.0ms) begin transaction
29064
+ -------------------------------------------------------
29065
+ ProcessorsTest: test_processing_stylesheets_should_work
29066
+ -------------------------------------------------------
29067
+  (0.0ms) rollback transaction
29068
+  (0.3ms) begin transaction
29069
+ ----------------------------------------------------------
29070
+ CompressorsTest: test_compressor_should_remove_blank_lines
29071
+ ----------------------------------------------------------
29072
+  (0.0ms) rollback transaction
29073
+  (0.1ms) begin transaction
29074
+ -----------------------------------------------------------
29075
+ CompressorsTest: test_compressor_should_remove_css_comments
29076
+ -----------------------------------------------------------
29077
+  (0.0ms) rollback transaction
29078
+  (0.0ms) begin transaction
29079
+ ------------------------------------------------------------
29080
+ CompressorsTest: test_compressor_should_remove_html_comments
29081
+ ------------------------------------------------------------
29082
+  (0.1ms) rollback transaction
29083
+  (0.0ms) begin transaction
29084
+ -----------------------------------------------------------------------------
29085
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
29086
+ -----------------------------------------------------------------------------
29087
+  (0.0ms) rollback transaction
29088
+  (0.0ms) begin transaction
29089
+ ------------------------------------------------------------------------------
29090
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
29091
+ ------------------------------------------------------------------------------
29092
+  (0.0ms) rollback transaction
29093
+  (0.0ms) begin transaction
29094
+ ----------------------------------------------------
29095
+ ControllersTest: test_index_should_have_html_imports
29096
+ ----------------------------------------------------
29097
+ Processing by DummyController#index as HTML
29098
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
29099
+ Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
29100
+  (0.1ms) rollback transaction
29101
+  (0.1ms) begin transaction
29102
+ --------------------------------------
29103
+ ControllersTest: test_should_get_index
29104
+ --------------------------------------
29105
+ Processing by DummyController#index as HTML
29106
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
29107
+  (0.1ms) rollback transaction
29108
+  (0.0ms) begin transaction
29109
+ -----------------------------------------------------------------------------------
29110
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
29111
+ -----------------------------------------------------------------------------------
29112
+ Processing by DummyController#index as HTML
29113
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
29114
+  (0.0ms) rollback transaction
29115
+  (0.0ms) begin transaction
29116
+ -------------------------------------------------------------------------
29117
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
29118
+ -------------------------------------------------------------------------
29119
+ Processing by DummyController#assets as HTML
29120
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
29121
+  (0.1ms) rollback transaction
29122
+  (0.1ms) begin transaction
29123
+ ---------------------
29124
+ EmceeTest: test_truth
29125
+ ---------------------
29126
+  (0.0ms) rollback transaction
29127
+  (0.0ms) begin transaction
29128
+ -------------------------------------
29129
+ Helpers: test_html_import_should_work
29130
+ -------------------------------------
29131
+  (0.1ms) rollback transaction
29132
+  (0.0ms) begin transaction
29133
+ ---------------------------------------------------
29134
+ ProcessorsTest: test_processing_imports_should_work
29135
+ ---------------------------------------------------
29136
+  (0.0ms) rollback transaction
29137
+  (0.1ms) begin transaction
29138
+ ---------------------------------------------------
29139
+ ProcessorsTest: test_processing_scripts_should_work
29140
+ ---------------------------------------------------
29141
+  (0.0ms) rollback transaction
29142
+  (0.1ms) begin transaction
29143
+ -------------------------------------------------------
29144
+ ProcessorsTest: test_processing_stylesheets_should_work
29145
+ -------------------------------------------------------
29146
+  (0.1ms) rollback transaction
29147
+  (0.2ms) begin transaction
29148
+ ----------------------------------------------------------
29149
+ CompressorsTest: test_compressor_should_remove_blank_lines
29150
+ ----------------------------------------------------------
29151
+  (0.0ms) rollback transaction
29152
+  (0.0ms) begin transaction
29153
+ -----------------------------------------------------------
29154
+ CompressorsTest: test_compressor_should_remove_css_comments
29155
+ -----------------------------------------------------------
29156
+  (0.0ms) rollback transaction
29157
+  (0.0ms) begin transaction
29158
+ ------------------------------------------------------------
29159
+ CompressorsTest: test_compressor_should_remove_html_comments
29160
+ ------------------------------------------------------------
29161
+  (0.0ms) rollback transaction
29162
+  (0.0ms) begin transaction
29163
+ -----------------------------------------------------------------------------
29164
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
29165
+ -----------------------------------------------------------------------------
29166
+  (0.0ms) rollback transaction
29167
+  (0.0ms) begin transaction
29168
+ ------------------------------------------------------------------------------
29169
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
29170
+ ------------------------------------------------------------------------------
29171
+  (0.0ms) rollback transaction
29172
+  (0.0ms) begin transaction
29173
+ ----------------------------------------------------
29174
+ ControllersTest: test_index_should_have_html_imports
29175
+ ----------------------------------------------------
29176
+ Processing by DummyController#index as HTML
29177
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
29178
+ Completed 200 OK in 16ms (Views: 16.1ms | ActiveRecord: 0.0ms)
29179
+  (0.1ms) rollback transaction
29180
+  (0.1ms) begin transaction
29181
+ --------------------------------------
29182
+ ControllersTest: test_should_get_index
29183
+ --------------------------------------
29184
+ Processing by DummyController#index as HTML
29185
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
29186
+  (0.1ms) rollback transaction
29187
+  (0.1ms) begin transaction
29188
+ -----------------------------------------------------------------------------------
29189
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
29190
+ -----------------------------------------------------------------------------------
29191
+ Processing by DummyController#index as HTML
29192
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
29193
+  (0.1ms) rollback transaction
29194
+  (0.0ms) begin transaction
29195
+ -------------------------------------------------------------------------
29196
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
29197
+ -------------------------------------------------------------------------
29198
+ Processing by DummyController#assets as HTML
29199
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
29200
+  (0.1ms) rollback transaction
29201
+  (0.1ms) begin transaction
29202
+ ---------------------
29203
+ EmceeTest: test_truth
29204
+ ---------------------
29205
+  (0.1ms) rollback transaction
29206
+  (0.0ms) begin transaction
29207
+ -------------------------------------
29208
+ Helpers: test_html_import_should_work
29209
+ -------------------------------------
29210
+  (0.0ms) rollback transaction
29211
+  (0.0ms) begin transaction
29212
+ ---------------------------------------------------
29213
+ ProcessorsTest: test_processing_imports_should_work
29214
+ ---------------------------------------------------
29215
+  (0.0ms) rollback transaction
29216
+  (0.0ms) begin transaction
29217
+ ---------------------------------------------------
29218
+ ProcessorsTest: test_processing_scripts_should_work
29219
+ ---------------------------------------------------
29220
+  (0.0ms) rollback transaction
29221
+  (0.0ms) begin transaction
29222
+ -------------------------------------------------------
29223
+ ProcessorsTest: test_processing_stylesheets_should_work
29224
+ -------------------------------------------------------
29225
+  (0.0ms) rollback transaction
29226
+  (0.2ms) begin transaction
29227
+ ----------------------------------------------------------
29228
+ CompressorsTest: test_compressor_should_remove_blank_lines
29229
+ ----------------------------------------------------------
29230
+  (0.0ms) rollback transaction
29231
+  (0.1ms) begin transaction
29232
+ -----------------------------------------------------------
29233
+ CompressorsTest: test_compressor_should_remove_css_comments
29234
+ -----------------------------------------------------------
29235
+  (0.0ms) rollback transaction
29236
+  (0.0ms) begin transaction
29237
+ ------------------------------------------------------------
29238
+ CompressorsTest: test_compressor_should_remove_html_comments
29239
+ ------------------------------------------------------------
29240
+  (0.0ms) rollback transaction
29241
+  (0.0ms) begin transaction
29242
+ -----------------------------------------------------------------------------
29243
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
29244
+ -----------------------------------------------------------------------------
29245
+  (0.0ms) rollback transaction
29246
+  (0.0ms) begin transaction
29247
+ ------------------------------------------------------------------------------
29248
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
29249
+ ------------------------------------------------------------------------------
29250
+  (0.0ms) rollback transaction
29251
+  (0.0ms) begin transaction
29252
+ ----------------------------------------------------
29253
+ ControllersTest: test_index_should_have_html_imports
29254
+ ----------------------------------------------------
29255
+ Processing by DummyController#index as HTML
29256
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
29257
+ Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms)
29258
+  (0.1ms) rollback transaction
29259
+  (0.0ms) begin transaction
29260
+ --------------------------------------
29261
+ ControllersTest: test_should_get_index
29262
+ --------------------------------------
29263
+ Processing by DummyController#index as HTML
29264
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
29265
+  (0.1ms) rollback transaction
29266
+  (0.1ms) begin transaction
29267
+ -----------------------------------------------------------------------------------
29268
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
29269
+ -----------------------------------------------------------------------------------
29270
+ Processing by DummyController#index as HTML
29271
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
29272
+  (0.0ms) rollback transaction
29273
+  (0.1ms) begin transaction
29274
+ -------------------------------------------------------------------------
29275
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
29276
+ -------------------------------------------------------------------------
29277
+ Processing by DummyController#assets as HTML
29278
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
29279
+  (0.1ms) rollback transaction
29280
+  (0.0ms) begin transaction
29281
+ ---------------------
29282
+ EmceeTest: test_truth
29283
+ ---------------------
29284
+  (0.0ms) rollback transaction
29285
+  (0.0ms) begin transaction
29286
+ -------------------------------------
29287
+ Helpers: test_html_import_should_work
29288
+ -------------------------------------
29289
+  (0.0ms) rollback transaction
29290
+  (0.0ms) begin transaction
29291
+ ---------------------------------------------------
29292
+ ProcessorsTest: test_processing_imports_should_work
29293
+ ---------------------------------------------------
29294
+  (0.0ms) rollback transaction
29295
+  (0.0ms) begin transaction
29296
+ ---------------------------------------------------
29297
+ ProcessorsTest: test_processing_scripts_should_work
29298
+ ---------------------------------------------------
29299
+  (0.0ms) rollback transaction
29300
+  (0.0ms) begin transaction
29301
+ -------------------------------------------------------
29302
+ ProcessorsTest: test_processing_stylesheets_should_work
29303
+ -------------------------------------------------------
29304
+  (0.0ms) rollback transaction
29305
+  (0.2ms) begin transaction
29306
+ ----------------------------------------------------------
29307
+ CompressorsTest: test_compressor_should_remove_blank_lines
29308
+ ----------------------------------------------------------
29309
+  (0.1ms) rollback transaction
29310
+  (0.1ms) begin transaction
29311
+ -----------------------------------------------------------
29312
+ CompressorsTest: test_compressor_should_remove_css_comments
29313
+ -----------------------------------------------------------
29314
+  (0.1ms) rollback transaction
29315
+  (0.1ms) begin transaction
29316
+ ------------------------------------------------------------
29317
+ CompressorsTest: test_compressor_should_remove_html_comments
29318
+ ------------------------------------------------------------
29319
+  (0.0ms) rollback transaction
29320
+  (0.0ms) begin transaction
29321
+ -----------------------------------------------------------------------------
29322
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
29323
+ -----------------------------------------------------------------------------
29324
+  (0.0ms) rollback transaction
29325
+  (0.0ms) begin transaction
29326
+ ------------------------------------------------------------------------------
29327
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
29328
+ ------------------------------------------------------------------------------
29329
+  (0.0ms) rollback transaction
29330
+  (0.0ms) begin transaction
29331
+ ----------------------------------------------------
29332
+ ControllersTest: test_index_should_have_html_imports
29333
+ ----------------------------------------------------
29334
+ Processing by DummyController#index as HTML
29335
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
29336
+ Completed 200 OK in 16ms (Views: 16.2ms | ActiveRecord: 0.0ms)
29337
+  (0.1ms) rollback transaction
29338
+  (0.1ms) begin transaction
29339
+ --------------------------------------
29340
+ ControllersTest: test_should_get_index
29341
+ --------------------------------------
29342
+ Processing by DummyController#index as HTML
29343
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
29344
+  (0.1ms) rollback transaction
29345
+  (0.1ms) begin transaction
29346
+ -----------------------------------------------------------------------------------
29347
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
29348
+ -----------------------------------------------------------------------------------
29349
+ Processing by DummyController#index as HTML
29350
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
29351
+  (0.0ms) rollback transaction
29352
+  (0.0ms) begin transaction
29353
+ -------------------------------------------------------------------------
29354
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
29355
+ -------------------------------------------------------------------------
29356
+ Processing by DummyController#assets as HTML
29357
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
29358
+  (0.1ms) rollback transaction
29359
+  (0.0ms) begin transaction
29360
+ ---------------------
29361
+ EmceeTest: test_truth
29362
+ ---------------------
29363
+  (0.0ms) rollback transaction
29364
+  (0.0ms) begin transaction
29365
+ -------------------------------------
29366
+ Helpers: test_html_import_should_work
29367
+ -------------------------------------
29368
+  (0.0ms) rollback transaction
29369
+  (0.0ms) begin transaction
29370
+ ---------------------------------------------------
29371
+ ProcessorsTest: test_processing_imports_should_work
29372
+ ---------------------------------------------------
29373
+  (0.0ms) rollback transaction
29374
+  (0.0ms) begin transaction
29375
+ ---------------------------------------------------
29376
+ ProcessorsTest: test_processing_scripts_should_work
29377
+ ---------------------------------------------------
29378
+  (0.0ms) rollback transaction
29379
+  (0.0ms) begin transaction
29380
+ -------------------------------------------------------
29381
+ ProcessorsTest: test_processing_stylesheets_should_work
29382
+ -------------------------------------------------------
29383
+  (0.0ms) rollback transaction
29384
+  (0.2ms) begin transaction
29385
+ ----------------------------------------------------------
29386
+ CompressorsTest: test_compressor_should_remove_blank_lines
29387
+ ----------------------------------------------------------
29388
+  (0.0ms) rollback transaction
29389
+  (0.1ms) begin transaction
29390
+ -----------------------------------------------------------
29391
+ CompressorsTest: test_compressor_should_remove_css_comments
29392
+ -----------------------------------------------------------
29393
+  (0.0ms) rollback transaction
29394
+  (0.1ms) begin transaction
29395
+ ------------------------------------------------------------
29396
+ CompressorsTest: test_compressor_should_remove_html_comments
29397
+ ------------------------------------------------------------
29398
+  (0.0ms) rollback transaction
29399
+  (0.1ms) begin transaction
29400
+ -----------------------------------------------------------------------------
29401
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
29402
+ -----------------------------------------------------------------------------
29403
+  (0.0ms) rollback transaction
29404
+  (0.1ms) begin transaction
29405
+ ------------------------------------------------------------------------------
29406
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
29407
+ ------------------------------------------------------------------------------
29408
+  (0.0ms) rollback transaction
29409
+  (0.0ms) begin transaction
29410
+ ----------------------------------------------------
29411
+ ControllersTest: test_index_should_have_html_imports
29412
+ ----------------------------------------------------
29413
+ Processing by DummyController#index as HTML
29414
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
29415
+ Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms)
29416
+  (0.1ms) rollback transaction
29417
+  (0.1ms) begin transaction
29418
+ --------------------------------------
29419
+ ControllersTest: test_should_get_index
29420
+ --------------------------------------
29421
+ Processing by DummyController#index as HTML
29422
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
29423
+  (0.1ms) rollback transaction
29424
+  (0.1ms) begin transaction
29425
+ -----------------------------------------------------------------------------------
29426
+ ControllersTest: test_the_compiled_assets_should_be_served_from_the_right_directory
29427
+ -----------------------------------------------------------------------------------
29428
+ Processing by DummyController#index as HTML
29429
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
29430
+  (0.0ms) rollback transaction
29431
+  (0.1ms) begin transaction
29432
+ -------------------------------------------------------------------------
29433
+ ControllersTest: test_the_test_files_should_get_compiled_and_concatenated
29434
+ -------------------------------------------------------------------------
29435
+ Processing by DummyController#assets as HTML
29436
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
29437
+  (0.1ms) rollback transaction
29438
+  (0.1ms) begin transaction
29439
+ ---------------------
29440
+ EmceeTest: test_truth
29441
+ ---------------------
29442
+  (0.1ms) rollback transaction
29443
+  (0.0ms) begin transaction
29444
+ -------------------------------------
29445
+ Helpers: test_html_import_should_work
29446
+ -------------------------------------
29447
+  (0.0ms) rollback transaction
29448
+  (0.0ms) begin transaction
29449
+ ---------------------------------------------------
29450
+ ProcessorsTest: test_processing_imports_should_work
29451
+ ---------------------------------------------------
29452
+  (0.0ms) rollback transaction
29453
+  (0.0ms) begin transaction
29454
+ ---------------------------------------------------
29455
+ ProcessorsTest: test_processing_scripts_should_work
29456
+ ---------------------------------------------------
29457
+  (0.0ms) rollback transaction
29458
+  (0.0ms) begin transaction
29459
+ -------------------------------------------------------
29460
+ ProcessorsTest: test_processing_stylesheets_should_work
28434
29461
  -------------------------------------------------------
28435
29462
   (0.0ms) rollback transaction
@@ -55,7 +55,8 @@ class ProcessorsTest < ActiveSupport::TestCase
55
55
  processed = @processor.process_stylesheets(@body, @directory)
56
56
  assert_equal processed, %q{
57
57
  <link rel="import" href="test.html">
58
- <style>/* contents */</style>
58
+ <style>/* contents */
59
+ </style>
59
60
  <script src="test.js"></script>
60
61
  <p>test</p>
61
62
  }
@@ -66,7 +67,8 @@ class ProcessorsTest < ActiveSupport::TestCase
66
67
  assert_equal processed, %q{
67
68
  <link rel="import" href="test.html">
68
69
  <link rel="stylesheet" href="test.css">
69
- <script>/* contents */</script>
70
+ <script>/* contents */
71
+ </script>
70
72
  <p>test</p>
71
73
  }
72
74
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emcee
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Huth
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-11 00:00:00.000000000 Z
11
+ date: 2014-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties