emcee 1.0.0 → 1.0.1

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: adcc7bef86d87db12c3b23e35da68732b40ab3aa
4
- data.tar.gz: 4753a8b54e2c5c0b25572ac7476d2c5b8d680f17
3
+ metadata.gz: f0dce26ce6fb968980aa1fe54978db2c62d922c5
4
+ data.tar.gz: 7dbd9b3f32491b7ffb217341cff9aaeca4ab84ea
5
5
  SHA512:
6
- metadata.gz: 318625c96e1ea8b6b909d213dc69d0a52aab576fbf385c914f7ac6e9a740c284cad5a66dd64c0e62872e1b5b24c8fdb281a0734b14fe4d719727182c405b08d2
7
- data.tar.gz: b6131547ec7bf07fcd75cb9c862d9f223ff57dbcc97a5b59750b851345d28f7a5343b8a8efe490d1addc381ad50715c5368a77d00f51afe880299ab4b2c64619
6
+ metadata.gz: 5f12f4d7b31e34baff8aa814e93f133fef8f9f155a52c3660676686065f883bf988fe25b64a399ed0b8d980f337a6a5bb14c69470daa2fa4846d7f6b0717abf1
7
+ data.tar.gz: f841385a5fd38465dafc4f42492895d576d1b70b38a32bc872b8c7724d641a9b009f2165641e83aef8852971dfdb8bf1beb463e6f65f38539ca4010c90a39b9e
@@ -31,9 +31,9 @@ module Emcee
31
31
  end
32
32
 
33
33
  def create_script(doc, content)
34
- script = Nokogiri::XML::Node.new("script", doc)
35
- script.content = content
36
- script
34
+ node = Nokogiri::XML::Node.new("script", doc)
35
+ node.content = content
36
+ node
37
37
  end
38
38
  end
39
39
  end
@@ -31,9 +31,9 @@ module Emcee
31
31
  end
32
32
 
33
33
  def create_style(doc, content)
34
- script = Nokogiri::XML::Node.new("style", doc)
35
- script.content = content
36
- script
34
+ node = Nokogiri::XML::Node.new("style", doc)
35
+ node.content = content
36
+ node
37
37
  end
38
38
  end
39
39
  end
data/lib/emcee/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Emcee
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -24,7 +24,7 @@ module Emcee
24
24
  end
25
25
 
26
26
  def copy_bowerrc
27
- copy_file ".bowerrc", ".bowerrc"
27
+ copy_file "template.bowerrc", ".bowerrc"
28
28
  end
29
29
 
30
30
  private
@@ -0,0 +1,3 @@
1
+ {
2
+ "directory": "vendor/assets/components"
3
+ }
@@ -66710,3 +66710,1924 @@ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
66710
66710
  CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
66711
66711
  ------------------------------------------------------------------------------
66712
66712
   (0.0ms) rollback transaction
66713
+  (0.1ms) begin transaction
66714
+ ------------------------------------------------------------
66715
+ DummyAppIntegrationTest: test_index_should_have_html_imports
66716
+ ------------------------------------------------------------
66717
+ Processing by DummyController#index as HTML
66718
+ Rendered dummy/index.html.erb within layouts/application (1.0ms)
66719
+ Completed 200 OK in 16ms (Views: 16.2ms | ActiveRecord: 0.0ms)
66720
+  (0.1ms) rollback transaction
66721
+  (0.1ms) begin transaction
66722
+ ----------------------------------------------------------------------------
66723
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
66724
+ ----------------------------------------------------------------------------
66725
+ Processing by DummyController#index as HTML
66726
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
66727
+  (0.0ms) rollback transaction
66728
+  (0.1ms) begin transaction
66729
+ -------------------------------------------------------------------------------------------
66730
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
66731
+ -------------------------------------------------------------------------------------------
66732
+ Processing by DummyController#index as HTML
66733
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
66734
+  (0.1ms) rollback transaction
66735
+  (0.0ms) begin transaction
66736
+ --------------------------------------------------------------------
66737
+ DummyAppIntegrationTest: test_the_test_files_should_get_concatenated
66738
+ --------------------------------------------------------------------
66739
+ Processing by DummyController#assets as HTML
66740
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
66741
+  (0.1ms) rollback transaction
66742
+  (0.0ms) begin transaction
66743
+ -------------------------------------
66744
+ Helpers: test_html_import_should_work
66745
+ -------------------------------------
66746
+  (0.1ms) rollback transaction
66747
+  (0.1ms) begin transaction
66748
+ --------------------------------------------------------
66749
+ ProcessorsTest: test_processing_CoffeeScript_should_work
66750
+ --------------------------------------------------------
66751
+  (0.0ms) rollback transaction
66752
+  (0.0ms) begin transaction
66753
+ ---------------------------------------------------
66754
+ ProcessorsTest: test_processing_imports_should_work
66755
+ ---------------------------------------------------
66756
+  (0.0ms) rollback transaction
66757
+  (0.0ms) begin transaction
66758
+ ------------------------------------------------------------
66759
+ ProcessorsTest: test_processing_sass_stylesheets_should_work
66760
+ ------------------------------------------------------------
66761
+  (0.0ms) rollback transaction
66762
+  (0.1ms) begin transaction
66763
+ ---------------------------------------------------
66764
+ ProcessorsTest: test_processing_scripts_should_work
66765
+ ---------------------------------------------------
66766
+  (0.0ms) rollback transaction
66767
+  (0.0ms) begin transaction
66768
+ -------------------------------------------------------
66769
+ ProcessorsTest: test_processing_stylesheets_should_work
66770
+ -------------------------------------------------------
66771
+  (0.0ms) rollback transaction
66772
+  (0.0ms) begin transaction
66773
+ ----------------------------------------------------------
66774
+ CompressorsTest: test_compressor_should_remove_blank_lines
66775
+ ----------------------------------------------------------
66776
+  (0.0ms) rollback transaction
66777
+  (0.0ms) begin transaction
66778
+ -----------------------------------------------------------
66779
+ CompressorsTest: test_compressor_should_remove_css_comments
66780
+ -----------------------------------------------------------
66781
+  (0.0ms) rollback transaction
66782
+  (0.0ms) begin transaction
66783
+ ------------------------------------------------------------
66784
+ CompressorsTest: test_compressor_should_remove_html_comments
66785
+ ------------------------------------------------------------
66786
+  (0.0ms) rollback transaction
66787
+  (0.0ms) begin transaction
66788
+ -----------------------------------------------------------------------------
66789
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
66790
+ -----------------------------------------------------------------------------
66791
+  (0.0ms) rollback transaction
66792
+  (0.0ms) begin transaction
66793
+ ------------------------------------------------------------------------------
66794
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
66795
+ ------------------------------------------------------------------------------
66796
+  (0.0ms) rollback transaction
66797
+  (0.1ms) begin transaction
66798
+ -------------------------------------
66799
+ Helpers: test_html_import_should_work
66800
+ -------------------------------------
66801
+  (0.0ms) rollback transaction
66802
+  (0.0ms) begin transaction
66803
+ ----------------------------------------------------------
66804
+ CompressorsTest: test_compressor_should_remove_blank_lines
66805
+ ----------------------------------------------------------
66806
+  (0.1ms) rollback transaction
66807
+  (0.1ms) begin transaction
66808
+ -----------------------------------------------------------
66809
+ CompressorsTest: test_compressor_should_remove_css_comments
66810
+ -----------------------------------------------------------
66811
+  (0.0ms) rollback transaction
66812
+  (0.1ms) begin transaction
66813
+ ------------------------------------------------------------
66814
+ CompressorsTest: test_compressor_should_remove_html_comments
66815
+ ------------------------------------------------------------
66816
+  (0.0ms) rollback transaction
66817
+  (0.1ms) begin transaction
66818
+ -----------------------------------------------------------------------------
66819
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
66820
+ -----------------------------------------------------------------------------
66821
+  (0.0ms) rollback transaction
66822
+  (0.0ms) begin transaction
66823
+ ------------------------------------------------------------------------------
66824
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
66825
+ ------------------------------------------------------------------------------
66826
+  (0.0ms) rollback transaction
66827
+  (0.0ms) begin transaction
66828
+ ------------------------------------------------------------
66829
+ DummyAppIntegrationTest: test_index_should_have_html_imports
66830
+ ------------------------------------------------------------
66831
+ Processing by DummyController#index as HTML
66832
+ Completed 200 OK in 15ms (Views: 15.3ms | ActiveRecord: 0.0ms)
66833
+  (0.1ms) rollback transaction
66834
+  (0.0ms) begin transaction
66835
+ ----------------------------------------------------------------------------
66836
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
66837
+ ----------------------------------------------------------------------------
66838
+ Processing by DummyController#index as HTML
66839
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
66840
+  (0.0ms) rollback transaction
66841
+  (0.0ms) begin transaction
66842
+ -------------------------------------------------------------------------------------------
66843
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
66844
+ -------------------------------------------------------------------------------------------
66845
+ Processing by DummyController#index as HTML
66846
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
66847
+  (0.1ms) rollback transaction
66848
+  (0.0ms) begin transaction
66849
+ --------------------------------------------------------------------
66850
+ DummyAppIntegrationTest: test_the_test_files_should_get_concatenated
66851
+ --------------------------------------------------------------------
66852
+ Processing by DummyController#assets as HTML
66853
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.0ms)
66854
+  (0.3ms) rollback transaction
66855
+  (0.1ms) begin transaction
66856
+ --------------------------------------------------------
66857
+ ProcessorsTest: test_processing_CoffeeScript_should_work
66858
+ --------------------------------------------------------
66859
+  (0.1ms) rollback transaction
66860
+  (0.1ms) begin transaction
66861
+ ---------------------------------------------------
66862
+ ProcessorsTest: test_processing_imports_should_work
66863
+ ---------------------------------------------------
66864
+  (0.1ms) rollback transaction
66865
+  (0.1ms) begin transaction
66866
+ ------------------------------------------------------------
66867
+ ProcessorsTest: test_processing_sass_stylesheets_should_work
66868
+ ------------------------------------------------------------
66869
+  (0.1ms) rollback transaction
66870
+  (0.1ms) begin transaction
66871
+ ---------------------------------------------------
66872
+ ProcessorsTest: test_processing_scripts_should_work
66873
+ ---------------------------------------------------
66874
+  (0.0ms) rollback transaction
66875
+  (0.1ms) begin transaction
66876
+ -------------------------------------------------------
66877
+ ProcessorsTest: test_processing_stylesheets_should_work
66878
+ -------------------------------------------------------
66879
+  (0.0ms) rollback transaction
66880
+  (0.1ms) begin transaction
66881
+ -------------------------------------
66882
+ Helpers: test_html_import_should_work
66883
+ -------------------------------------
66884
+  (0.0ms) rollback transaction
66885
+  (0.0ms) begin transaction
66886
+ ----------------------------------------------------------
66887
+ CompressorsTest: test_compressor_should_remove_blank_lines
66888
+ ----------------------------------------------------------
66889
+  (0.0ms) rollback transaction
66890
+  (0.0ms) begin transaction
66891
+ -----------------------------------------------------------
66892
+ CompressorsTest: test_compressor_should_remove_css_comments
66893
+ -----------------------------------------------------------
66894
+  (0.0ms) rollback transaction
66895
+  (0.0ms) begin transaction
66896
+ ------------------------------------------------------------
66897
+ CompressorsTest: test_compressor_should_remove_html_comments
66898
+ ------------------------------------------------------------
66899
+  (0.0ms) rollback transaction
66900
+  (0.1ms) begin transaction
66901
+ -----------------------------------------------------------------------------
66902
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
66903
+ -----------------------------------------------------------------------------
66904
+  (0.0ms) rollback transaction
66905
+  (0.1ms) begin transaction
66906
+ ------------------------------------------------------------------------------
66907
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
66908
+ ------------------------------------------------------------------------------
66909
+  (0.0ms) rollback transaction
66910
+  (0.0ms) begin transaction
66911
+ ------------------------------------------------------------
66912
+ DummyAppIntegrationTest: test_index_should_have_html_imports
66913
+ ------------------------------------------------------------
66914
+ Processing by DummyController#index as HTML
66915
+ Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
66916
+  (0.2ms) rollback transaction
66917
+  (0.1ms) begin transaction
66918
+ ----------------------------------------------------------------------------
66919
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
66920
+ ----------------------------------------------------------------------------
66921
+ Processing by DummyController#index as HTML
66922
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
66923
+  (0.1ms) rollback transaction
66924
+  (0.1ms) begin transaction
66925
+ -------------------------------------------------------------------------------------------
66926
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
66927
+ -------------------------------------------------------------------------------------------
66928
+ Processing by DummyController#index as HTML
66929
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
66930
+  (0.1ms) rollback transaction
66931
+  (0.1ms) begin transaction
66932
+ --------------------------------------------------------------------
66933
+ DummyAppIntegrationTest: test_the_test_files_should_get_concatenated
66934
+ --------------------------------------------------------------------
66935
+ Processing by DummyController#assets as HTML
66936
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.0ms)
66937
+  (0.1ms) rollback transaction
66938
+  (0.0ms) begin transaction
66939
+ --------------------------------------------------------
66940
+ ProcessorsTest: test_processing_CoffeeScript_should_work
66941
+ --------------------------------------------------------
66942
+  (0.0ms) rollback transaction
66943
+  (0.0ms) begin transaction
66944
+ ---------------------------------------------------
66945
+ ProcessorsTest: test_processing_imports_should_work
66946
+ ---------------------------------------------------
66947
+  (0.1ms) rollback transaction
66948
+  (0.1ms) begin transaction
66949
+ ------------------------------------------------------------
66950
+ ProcessorsTest: test_processing_sass_stylesheets_should_work
66951
+ ------------------------------------------------------------
66952
+  (0.0ms) rollback transaction
66953
+  (0.0ms) begin transaction
66954
+ ---------------------------------------------------
66955
+ ProcessorsTest: test_processing_scripts_should_work
66956
+ ---------------------------------------------------
66957
+  (0.0ms) rollback transaction
66958
+  (0.1ms) begin transaction
66959
+ -------------------------------------------------------
66960
+ ProcessorsTest: test_processing_stylesheets_should_work
66961
+ -------------------------------------------------------
66962
+  (0.0ms) rollback transaction
66963
+  (0.1ms) begin transaction
66964
+ ------------------------------------------------------------
66965
+ DummyAppIntegrationTest: test_index_should_have_html_imports
66966
+ ------------------------------------------------------------
66967
+ Processing by DummyController#index as HTML
66968
+ Rendered dummy/index.html.erb within layouts/application (1.0ms)
66969
+ Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
66970
+  (0.1ms) rollback transaction
66971
+  (0.0ms) begin transaction
66972
+ ----------------------------------------------------------------------------
66973
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
66974
+ ----------------------------------------------------------------------------
66975
+ Processing by DummyController#index as HTML
66976
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
66977
+  (0.0ms) rollback transaction
66978
+  (0.0ms) begin transaction
66979
+ -------------------------------------------------------------------------------------------
66980
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
66981
+ -------------------------------------------------------------------------------------------
66982
+ Processing by DummyController#index as HTML
66983
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
66984
+  (0.1ms) rollback transaction
66985
+  (0.0ms) begin transaction
66986
+ --------------------------------------------------------------------
66987
+ DummyAppIntegrationTest: test_the_test_files_should_get_concatenated
66988
+ --------------------------------------------------------------------
66989
+ Processing by DummyController#assets as HTML
66990
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
66991
+  (0.1ms) rollback transaction
66992
+  (0.0ms) begin transaction
66993
+ -------------------------------------
66994
+ Helpers: test_html_import_should_work
66995
+ -------------------------------------
66996
+  (0.0ms) rollback transaction
66997
+  (0.0ms) begin transaction
66998
+ ----------------------------------------------------------
66999
+ CompressorsTest: test_compressor_should_remove_blank_lines
67000
+ ----------------------------------------------------------
67001
+  (0.0ms) rollback transaction
67002
+  (0.1ms) begin transaction
67003
+ -----------------------------------------------------------
67004
+ CompressorsTest: test_compressor_should_remove_css_comments
67005
+ -----------------------------------------------------------
67006
+  (0.0ms) rollback transaction
67007
+  (0.0ms) begin transaction
67008
+ ------------------------------------------------------------
67009
+ CompressorsTest: test_compressor_should_remove_html_comments
67010
+ ------------------------------------------------------------
67011
+  (0.0ms) rollback transaction
67012
+  (0.0ms) begin transaction
67013
+ -----------------------------------------------------------------------------
67014
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67015
+ -----------------------------------------------------------------------------
67016
+  (0.0ms) rollback transaction
67017
+  (0.0ms) begin transaction
67018
+ ------------------------------------------------------------------------------
67019
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67020
+ ------------------------------------------------------------------------------
67021
+  (0.0ms) rollback transaction
67022
+  (0.0ms) begin transaction
67023
+ --------------------------------------------------------
67024
+ ProcessorsTest: test_processing_CoffeeScript_should_work
67025
+ --------------------------------------------------------
67026
+  (0.0ms) rollback transaction
67027
+  (0.0ms) begin transaction
67028
+ ---------------------------------------------------
67029
+ ProcessorsTest: test_processing_imports_should_work
67030
+ ---------------------------------------------------
67031
+  (0.0ms) rollback transaction
67032
+  (0.0ms) begin transaction
67033
+ ------------------------------------------------------------
67034
+ ProcessorsTest: test_processing_sass_stylesheets_should_work
67035
+ ------------------------------------------------------------
67036
+  (0.1ms) rollback transaction
67037
+  (0.0ms) begin transaction
67038
+ ---------------------------------------------------
67039
+ ProcessorsTest: test_processing_scripts_should_work
67040
+ ---------------------------------------------------
67041
+  (0.1ms) rollback transaction
67042
+  (0.0ms) begin transaction
67043
+ -------------------------------------------------------
67044
+ ProcessorsTest: test_processing_stylesheets_should_work
67045
+ -------------------------------------------------------
67046
+  (0.0ms) rollback transaction
67047
+  (0.1ms) begin transaction
67048
+ ------------------------------------------------------------
67049
+ DummyAppIntegrationTest: test_index_should_have_html_imports
67050
+ ------------------------------------------------------------
67051
+ Processing by DummyController#index as HTML
67052
+ Rendered dummy/index.html.erb within layouts/application (1.0ms)
67053
+ Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
67054
+  (0.1ms) rollback transaction
67055
+  (0.0ms) begin transaction
67056
+ ----------------------------------------------------------------------------
67057
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
67058
+ ----------------------------------------------------------------------------
67059
+ Processing by DummyController#index as HTML
67060
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
67061
+  (0.0ms) rollback transaction
67062
+  (0.0ms) begin transaction
67063
+ -------------------------------------------------------------------------------------------
67064
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
67065
+ -------------------------------------------------------------------------------------------
67066
+ Processing by DummyController#index as HTML
67067
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
67068
+  (0.1ms) rollback transaction
67069
+  (0.0ms) begin transaction
67070
+ --------------------------------------------------------------------
67071
+ DummyAppIntegrationTest: test_the_test_files_should_get_concatenated
67072
+ --------------------------------------------------------------------
67073
+ Processing by DummyController#assets as HTML
67074
+ Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.0ms)
67075
+  (0.1ms) rollback transaction
67076
+  (0.0ms) begin transaction
67077
+ -------------------------------------
67078
+ Helpers: test_html_import_should_work
67079
+ -------------------------------------
67080
+  (0.0ms) rollback transaction
67081
+  (0.0ms) begin transaction
67082
+ ----------------------------------------------------------
67083
+ CompressorsTest: test_compressor_should_remove_blank_lines
67084
+ ----------------------------------------------------------
67085
+  (0.0ms) rollback transaction
67086
+  (0.0ms) begin transaction
67087
+ -----------------------------------------------------------
67088
+ CompressorsTest: test_compressor_should_remove_css_comments
67089
+ -----------------------------------------------------------
67090
+  (0.0ms) rollback transaction
67091
+  (0.0ms) begin transaction
67092
+ ------------------------------------------------------------
67093
+ CompressorsTest: test_compressor_should_remove_html_comments
67094
+ ------------------------------------------------------------
67095
+  (0.0ms) rollback transaction
67096
+  (0.0ms) begin transaction
67097
+ -----------------------------------------------------------------------------
67098
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67099
+ -----------------------------------------------------------------------------
67100
+  (0.0ms) rollback transaction
67101
+  (0.0ms) begin transaction
67102
+ ------------------------------------------------------------------------------
67103
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67104
+ ------------------------------------------------------------------------------
67105
+  (0.0ms) rollback transaction
67106
+  (0.0ms) begin transaction
67107
+ --------------------------------------------------------
67108
+ ProcessorsTest: test_processing_CoffeeScript_should_work
67109
+ --------------------------------------------------------
67110
+  (0.0ms) rollback transaction
67111
+  (0.0ms) begin transaction
67112
+ ---------------------------------------------------
67113
+ ProcessorsTest: test_processing_imports_should_work
67114
+ ---------------------------------------------------
67115
+  (0.0ms) rollback transaction
67116
+  (0.0ms) begin transaction
67117
+ ------------------------------------------------------------
67118
+ ProcessorsTest: test_processing_sass_stylesheets_should_work
67119
+ ------------------------------------------------------------
67120
+  (0.0ms) rollback transaction
67121
+  (0.0ms) begin transaction
67122
+ ---------------------------------------------------
67123
+ ProcessorsTest: test_processing_scripts_should_work
67124
+ ---------------------------------------------------
67125
+  (0.0ms) rollback transaction
67126
+  (0.0ms) begin transaction
67127
+ -------------------------------------------------------
67128
+ ProcessorsTest: test_processing_stylesheets_should_work
67129
+ -------------------------------------------------------
67130
+  (0.0ms) rollback transaction
67131
+  (0.1ms) begin transaction
67132
+ -------------------------------------
67133
+ Helpers: test_html_import_should_work
67134
+ -------------------------------------
67135
+  (0.0ms) rollback transaction
67136
+  (0.0ms) begin transaction
67137
+ ----------------------------------------------------------
67138
+ CompressorsTest: test_compressor_should_remove_blank_lines
67139
+ ----------------------------------------------------------
67140
+  (0.0ms) rollback transaction
67141
+  (0.0ms) begin transaction
67142
+ -----------------------------------------------------------
67143
+ CompressorsTest: test_compressor_should_remove_css_comments
67144
+ -----------------------------------------------------------
67145
+  (0.0ms) rollback transaction
67146
+  (0.0ms) begin transaction
67147
+ ------------------------------------------------------------
67148
+ CompressorsTest: test_compressor_should_remove_html_comments
67149
+ ------------------------------------------------------------
67150
+  (0.0ms) rollback transaction
67151
+  (0.0ms) begin transaction
67152
+ -----------------------------------------------------------------------------
67153
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67154
+ -----------------------------------------------------------------------------
67155
+  (0.0ms) rollback transaction
67156
+  (0.0ms) begin transaction
67157
+ ------------------------------------------------------------------------------
67158
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67159
+ ------------------------------------------------------------------------------
67160
+  (0.0ms) rollback transaction
67161
+  (0.0ms) begin transaction
67162
+ ------------------------------------------------------------
67163
+ DummyAppIntegrationTest: test_index_should_have_html_imports
67164
+ ------------------------------------------------------------
67165
+ Processing by DummyController#index as HTML
67166
+ Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
67167
+  (0.1ms) rollback transaction
67168
+  (0.1ms) begin transaction
67169
+ ----------------------------------------------------------------------------
67170
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
67171
+ ----------------------------------------------------------------------------
67172
+ Processing by DummyController#index as HTML
67173
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
67174
+  (0.1ms) rollback transaction
67175
+  (0.0ms) begin transaction
67176
+ -------------------------------------------------------------------------------------------
67177
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
67178
+ -------------------------------------------------------------------------------------------
67179
+ Processing by DummyController#index as HTML
67180
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
67181
+  (0.0ms) rollback transaction
67182
+  (0.0ms) begin transaction
67183
+ ---------------------------------------------------------------------------------
67184
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
67185
+ ---------------------------------------------------------------------------------
67186
+ Processing by DummyController#assets as HTML
67187
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.0ms)
67188
+  (0.1ms) rollback transaction
67189
+  (0.0ms) begin transaction
67190
+ --------------------------------------------------------
67191
+ ProcessorsTest: test_processing_CoffeeScript_should_work
67192
+ --------------------------------------------------------
67193
+  (0.0ms) rollback transaction
67194
+  (0.0ms) begin transaction
67195
+ ---------------------------------------------------
67196
+ ProcessorsTest: test_processing_imports_should_work
67197
+ ---------------------------------------------------
67198
+  (0.0ms) rollback transaction
67199
+  (0.0ms) begin transaction
67200
+ ------------------------------------------------------------
67201
+ ProcessorsTest: test_processing_sass_stylesheets_should_work
67202
+ ------------------------------------------------------------
67203
+  (0.0ms) rollback transaction
67204
+  (0.0ms) begin transaction
67205
+ ---------------------------------------------------
67206
+ ProcessorsTest: test_processing_scripts_should_work
67207
+ ---------------------------------------------------
67208
+  (0.1ms) rollback transaction
67209
+  (0.0ms) begin transaction
67210
+ -------------------------------------------------------
67211
+ ProcessorsTest: test_processing_stylesheets_should_work
67212
+ -------------------------------------------------------
67213
+  (0.0ms) rollback transaction
67214
+  (0.1ms) begin transaction
67215
+ ------------------------------------------------------------
67216
+ DummyAppIntegrationTest: test_index_should_have_html_imports
67217
+ ------------------------------------------------------------
67218
+ Processing by DummyController#index as HTML
67219
+ Rendered dummy/index.html.erb within layouts/application (1.0ms)
67220
+ Completed 200 OK in 205ms (Views: 204.6ms | ActiveRecord: 0.0ms)
67221
+  (0.1ms) rollback transaction
67222
+  (0.1ms) begin transaction
67223
+ ----------------------------------------------------------------------------
67224
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
67225
+ ----------------------------------------------------------------------------
67226
+ Processing by DummyController#index as HTML
67227
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
67228
+  (0.0ms) rollback transaction
67229
+  (0.0ms) begin transaction
67230
+ -------------------------------------------------------------------------------------------
67231
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
67232
+ -------------------------------------------------------------------------------------------
67233
+ Processing by DummyController#index as HTML
67234
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
67235
+  (0.0ms) rollback transaction
67236
+  (0.1ms) begin transaction
67237
+ ---------------------------------------------------------------------------------
67238
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
67239
+ ---------------------------------------------------------------------------------
67240
+ Processing by DummyController#assets as HTML
67241
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.0ms)
67242
+  (0.1ms) rollback transaction
67243
+  (0.0ms) begin transaction
67244
+ ----------------------------------------------------------
67245
+ CompressorsTest: test_compressor_should_remove_blank_lines
67246
+ ----------------------------------------------------------
67247
+  (0.0ms) rollback transaction
67248
+  (0.0ms) begin transaction
67249
+ -----------------------------------------------------------
67250
+ CompressorsTest: test_compressor_should_remove_css_comments
67251
+ -----------------------------------------------------------
67252
+  (0.0ms) rollback transaction
67253
+  (0.0ms) begin transaction
67254
+ ------------------------------------------------------------
67255
+ CompressorsTest: test_compressor_should_remove_html_comments
67256
+ ------------------------------------------------------------
67257
+  (0.0ms) rollback transaction
67258
+  (0.0ms) begin transaction
67259
+ -----------------------------------------------------------------------------
67260
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67261
+ -----------------------------------------------------------------------------
67262
+  (0.0ms) rollback transaction
67263
+  (0.0ms) begin transaction
67264
+ ------------------------------------------------------------------------------
67265
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67266
+ ------------------------------------------------------------------------------
67267
+  (0.0ms) rollback transaction
67268
+  (0.0ms) begin transaction
67269
+ --------------------------------------------------------
67270
+ ProcessorsTest: test_processing_CoffeeScript_should_work
67271
+ --------------------------------------------------------
67272
+  (0.0ms) rollback transaction
67273
+  (0.0ms) begin transaction
67274
+ ---------------------------------------------------
67275
+ ProcessorsTest: test_processing_imports_should_work
67276
+ ---------------------------------------------------
67277
+  (0.0ms) rollback transaction
67278
+  (0.0ms) begin transaction
67279
+ ------------------------------------------------------------
67280
+ ProcessorsTest: test_processing_sass_stylesheets_should_work
67281
+ ------------------------------------------------------------
67282
+  (0.0ms) rollback transaction
67283
+  (0.0ms) begin transaction
67284
+ ---------------------------------------------------
67285
+ ProcessorsTest: test_processing_scripts_should_work
67286
+ ---------------------------------------------------
67287
+  (0.0ms) rollback transaction
67288
+  (0.0ms) begin transaction
67289
+ -------------------------------------------------------
67290
+ ProcessorsTest: test_processing_stylesheets_should_work
67291
+ -------------------------------------------------------
67292
+  (0.0ms) rollback transaction
67293
+  (0.0ms) begin transaction
67294
+ -------------------------------------
67295
+ Helpers: test_html_import_should_work
67296
+ -------------------------------------
67297
+  (0.0ms) rollback transaction
67298
+  (0.1ms) begin transaction
67299
+ -------------------------------------
67300
+ Helpers: test_html_import_should_work
67301
+ -------------------------------------
67302
+  (0.1ms) rollback transaction
67303
+  (0.0ms) begin transaction
67304
+ ------------------------------------------------------------
67305
+ DummyAppIntegrationTest: test_index_should_have_html_imports
67306
+ ------------------------------------------------------------
67307
+ Processing by DummyController#index as HTML
67308
+ Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms)
67309
+  (0.1ms) rollback transaction
67310
+  (0.0ms) begin transaction
67311
+ ----------------------------------------------------------------------------
67312
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
67313
+ ----------------------------------------------------------------------------
67314
+ Processing by DummyController#index as HTML
67315
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
67316
+  (0.1ms) rollback transaction
67317
+  (0.0ms) begin transaction
67318
+ -------------------------------------------------------------------------------------------
67319
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
67320
+ -------------------------------------------------------------------------------------------
67321
+ Processing by DummyController#index as HTML
67322
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
67323
+  (0.0ms) rollback transaction
67324
+  (0.0ms) begin transaction
67325
+ ---------------------------------------------------------------------------------
67326
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
67327
+ ---------------------------------------------------------------------------------
67328
+ Processing by DummyController#assets as HTML
67329
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
67330
+  (0.1ms) rollback transaction
67331
+  (0.1ms) begin transaction
67332
+ ----------------------------------------------------------
67333
+ CompressorsTest: test_compressor_should_remove_blank_lines
67334
+ ----------------------------------------------------------
67335
+  (0.1ms) rollback transaction
67336
+  (0.1ms) begin transaction
67337
+ -----------------------------------------------------------
67338
+ CompressorsTest: test_compressor_should_remove_css_comments
67339
+ -----------------------------------------------------------
67340
+  (0.0ms) rollback transaction
67341
+  (0.1ms) begin transaction
67342
+ ------------------------------------------------------------
67343
+ CompressorsTest: test_compressor_should_remove_html_comments
67344
+ ------------------------------------------------------------
67345
+  (0.0ms) rollback transaction
67346
+  (0.0ms) begin transaction
67347
+ -----------------------------------------------------------------------------
67348
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67349
+ -----------------------------------------------------------------------------
67350
+  (0.1ms) rollback transaction
67351
+  (0.0ms) begin transaction
67352
+ ------------------------------------------------------------------------------
67353
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67354
+ ------------------------------------------------------------------------------
67355
+  (0.0ms) rollback transaction
67356
+  (0.0ms) begin transaction
67357
+ --------------------------------------------------------
67358
+ ProcessorsTest: test_processing_CoffeeScript_should_work
67359
+ --------------------------------------------------------
67360
+  (0.0ms) rollback transaction
67361
+  (0.0ms) begin transaction
67362
+ ---------------------------------------------------
67363
+ ProcessorsTest: test_processing_imports_should_work
67364
+ ---------------------------------------------------
67365
+  (0.0ms) rollback transaction
67366
+  (0.0ms) begin transaction
67367
+ ------------------------------------------------------------
67368
+ ProcessorsTest: test_processing_sass_stylesheets_should_work
67369
+ ------------------------------------------------------------
67370
+  (0.0ms) rollback transaction
67371
+  (0.0ms) begin transaction
67372
+ ---------------------------------------------------
67373
+ ProcessorsTest: test_processing_scripts_should_work
67374
+ ---------------------------------------------------
67375
+  (0.0ms) rollback transaction
67376
+  (0.0ms) begin transaction
67377
+ -------------------------------------------------------
67378
+ ProcessorsTest: test_processing_stylesheets_should_work
67379
+ -------------------------------------------------------
67380
+  (0.0ms) rollback transaction
67381
+  (0.1ms) begin transaction
67382
+ --------------------------------------------------------
67383
+ ProcessorsTest: test_processing_CoffeeScript_should_work
67384
+ --------------------------------------------------------
67385
+  (0.1ms) rollback transaction
67386
+  (0.0ms) begin transaction
67387
+ ---------------------------------------------------
67388
+ ProcessorsTest: test_processing_imports_should_work
67389
+ ---------------------------------------------------
67390
+  (0.0ms) rollback transaction
67391
+  (0.0ms) begin transaction
67392
+ ------------------------------------------------------------
67393
+ ProcessorsTest: test_processing_sass_stylesheets_should_work
67394
+ ------------------------------------------------------------
67395
+  (0.0ms) rollback transaction
67396
+  (0.0ms) begin transaction
67397
+ ---------------------------------------------------
67398
+ ProcessorsTest: test_processing_scripts_should_work
67399
+ ---------------------------------------------------
67400
+  (0.0ms) rollback transaction
67401
+  (0.0ms) begin transaction
67402
+ -------------------------------------------------------
67403
+ ProcessorsTest: test_processing_stylesheets_should_work
67404
+ -------------------------------------------------------
67405
+  (0.0ms) rollback transaction
67406
+  (0.0ms) begin transaction
67407
+ -------------------------------------
67408
+ Helpers: test_html_import_should_work
67409
+ -------------------------------------
67410
+  (0.0ms) rollback transaction
67411
+  (0.0ms) begin transaction
67412
+ ------------------------------------------------------------
67413
+ DummyAppIntegrationTest: test_index_should_have_html_imports
67414
+ ------------------------------------------------------------
67415
+ Processing by DummyController#index as HTML
67416
+ Completed 200 OK in 202ms (Views: 201.8ms | ActiveRecord: 0.0ms)
67417
+  (0.1ms) rollback transaction
67418
+  (0.1ms) begin transaction
67419
+ ----------------------------------------------------------------------------
67420
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
67421
+ ----------------------------------------------------------------------------
67422
+ Processing by DummyController#index as HTML
67423
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
67424
+  (0.1ms) rollback transaction
67425
+  (0.1ms) begin transaction
67426
+ -------------------------------------------------------------------------------------------
67427
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
67428
+ -------------------------------------------------------------------------------------------
67429
+ Processing by DummyController#index as HTML
67430
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
67431
+  (0.0ms) rollback transaction
67432
+  (0.0ms) begin transaction
67433
+ ---------------------------------------------------------------------------------
67434
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
67435
+ ---------------------------------------------------------------------------------
67436
+ Processing by DummyController#assets as HTML
67437
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.0ms)
67438
+  (0.1ms) rollback transaction
67439
+  (0.0ms) begin transaction
67440
+ ----------------------------------------------------------
67441
+ CompressorsTest: test_compressor_should_remove_blank_lines
67442
+ ----------------------------------------------------------
67443
+  (0.0ms) rollback transaction
67444
+  (0.0ms) begin transaction
67445
+ -----------------------------------------------------------
67446
+ CompressorsTest: test_compressor_should_remove_css_comments
67447
+ -----------------------------------------------------------
67448
+  (0.0ms) rollback transaction
67449
+  (0.1ms) begin transaction
67450
+ ------------------------------------------------------------
67451
+ CompressorsTest: test_compressor_should_remove_html_comments
67452
+ ------------------------------------------------------------
67453
+  (0.0ms) rollback transaction
67454
+  (0.0ms) begin transaction
67455
+ -----------------------------------------------------------------------------
67456
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67457
+ -----------------------------------------------------------------------------
67458
+  (0.1ms) rollback transaction
67459
+  (0.0ms) begin transaction
67460
+ ------------------------------------------------------------------------------
67461
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67462
+ ------------------------------------------------------------------------------
67463
+  (0.0ms) rollback transaction
67464
+  (0.1ms) begin transaction
67465
+ ------------------------------------------------------------
67466
+ DummyAppIntegrationTest: test_index_should_have_html_imports
67467
+ ------------------------------------------------------------
67468
+ Processing by DummyController#index as HTML
67469
+ Rendered dummy/index.html.erb within layouts/application (1.2ms)
67470
+ Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.0ms)
67471
+  (0.1ms) rollback transaction
67472
+  (0.0ms) begin transaction
67473
+ ----------------------------------------------------------------------------
67474
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
67475
+ ----------------------------------------------------------------------------
67476
+ Processing by DummyController#index as HTML
67477
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
67478
+  (0.0ms) rollback transaction
67479
+  (0.0ms) begin transaction
67480
+ -------------------------------------------------------------------------------------------
67481
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
67482
+ -------------------------------------------------------------------------------------------
67483
+ Processing by DummyController#index as HTML
67484
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
67485
+  (0.1ms) rollback transaction
67486
+  (0.1ms) begin transaction
67487
+ ---------------------------------------------------------------------------------
67488
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
67489
+ ---------------------------------------------------------------------------------
67490
+ Processing by DummyController#assets as HTML
67491
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
67492
+  (0.1ms) rollback transaction
67493
+  (0.1ms) begin transaction
67494
+ -------------------------------------
67495
+ Helpers: test_html_import_should_work
67496
+ -------------------------------------
67497
+  (0.0ms) rollback transaction
67498
+  (0.0ms) begin transaction
67499
+ ----------------------------------------------------------
67500
+ CompressorsTest: test_compressor_should_remove_blank_lines
67501
+ ----------------------------------------------------------
67502
+  (0.0ms) rollback transaction
67503
+  (0.1ms) begin transaction
67504
+ -----------------------------------------------------------
67505
+ CompressorsTest: test_compressor_should_remove_css_comments
67506
+ -----------------------------------------------------------
67507
+  (0.0ms) rollback transaction
67508
+  (0.1ms) begin transaction
67509
+ ------------------------------------------------------------
67510
+ CompressorsTest: test_compressor_should_remove_html_comments
67511
+ ------------------------------------------------------------
67512
+  (0.0ms) rollback transaction
67513
+  (0.0ms) begin transaction
67514
+ -----------------------------------------------------------------------------
67515
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67516
+ -----------------------------------------------------------------------------
67517
+  (0.0ms) rollback transaction
67518
+  (0.1ms) begin transaction
67519
+ ------------------------------------------------------------------------------
67520
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67521
+ ------------------------------------------------------------------------------
67522
+  (0.0ms) rollback transaction
67523
+  (0.0ms) begin transaction
67524
+ --------------------------------------------------------
67525
+ ProcessorsTest: test_processing_CoffeeScript_should_work
67526
+ --------------------------------------------------------
67527
+  (0.0ms) rollback transaction
67528
+  (0.1ms) begin transaction
67529
+ ---------------------------------------------------
67530
+ ProcessorsTest: test_processing_imports_should_work
67531
+ ---------------------------------------------------
67532
+  (0.0ms) rollback transaction
67533
+  (0.0ms) begin transaction
67534
+ ------------------------------------------------------------
67535
+ ProcessorsTest: test_processing_sass_stylesheets_should_work
67536
+ ------------------------------------------------------------
67537
+  (0.0ms) rollback transaction
67538
+  (0.0ms) begin transaction
67539
+ ---------------------------------------------------
67540
+ ProcessorsTest: test_processing_scripts_should_work
67541
+ ---------------------------------------------------
67542
+  (0.0ms) rollback transaction
67543
+  (0.1ms) begin transaction
67544
+ -------------------------------------------------------
67545
+ ProcessorsTest: test_processing_stylesheets_should_work
67546
+ -------------------------------------------------------
67547
+  (0.0ms) rollback transaction
67548
+  (0.1ms) begin transaction
67549
+ -------------------------------------
67550
+ Helpers: test_html_import_should_work
67551
+ -------------------------------------
67552
+  (0.0ms) rollback transaction
67553
+  (0.0ms) begin transaction
67554
+ --------------------------------------------------------
67555
+ ProcessorsTest: test_processing_CoffeeScript_should_work
67556
+ --------------------------------------------------------
67557
+  (0.1ms) rollback transaction
67558
+  (0.0ms) begin transaction
67559
+ ---------------------------------------------------
67560
+ ProcessorsTest: test_processing_imports_should_work
67561
+ ---------------------------------------------------
67562
+  (0.0ms) rollback transaction
67563
+  (0.0ms) begin transaction
67564
+ ------------------------------------------------------------
67565
+ ProcessorsTest: test_processing_sass_stylesheets_should_work
67566
+ ------------------------------------------------------------
67567
+  (0.0ms) rollback transaction
67568
+  (0.0ms) begin transaction
67569
+ ---------------------------------------------------
67570
+ ProcessorsTest: test_processing_scripts_should_work
67571
+ ---------------------------------------------------
67572
+  (0.0ms) rollback transaction
67573
+  (0.0ms) begin transaction
67574
+ -------------------------------------------------------
67575
+ ProcessorsTest: test_processing_stylesheets_should_work
67576
+ -------------------------------------------------------
67577
+  (0.0ms) rollback transaction
67578
+  (0.1ms) begin transaction
67579
+ ------------------------------------------------------------
67580
+ DummyAppIntegrationTest: test_index_should_have_html_imports
67581
+ ------------------------------------------------------------
67582
+ Processing by DummyController#index as HTML
67583
+ Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms)
67584
+  (0.1ms) rollback transaction
67585
+  (0.0ms) begin transaction
67586
+ ----------------------------------------------------------------------------
67587
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
67588
+ ----------------------------------------------------------------------------
67589
+ Processing by DummyController#index as HTML
67590
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
67591
+  (0.0ms) rollback transaction
67592
+  (0.0ms) begin transaction
67593
+ -------------------------------------------------------------------------------------------
67594
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
67595
+ -------------------------------------------------------------------------------------------
67596
+ Processing by DummyController#index as HTML
67597
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
67598
+  (0.0ms) rollback transaction
67599
+  (0.0ms) begin transaction
67600
+ ---------------------------------------------------------------------------------
67601
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
67602
+ ---------------------------------------------------------------------------------
67603
+ Processing by DummyController#assets as HTML
67604
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
67605
+  (0.1ms) rollback transaction
67606
+  (0.1ms) begin transaction
67607
+ ----------------------------------------------------------
67608
+ CompressorsTest: test_compressor_should_remove_blank_lines
67609
+ ----------------------------------------------------------
67610
+  (0.0ms) rollback transaction
67611
+  (0.0ms) begin transaction
67612
+ -----------------------------------------------------------
67613
+ CompressorsTest: test_compressor_should_remove_css_comments
67614
+ -----------------------------------------------------------
67615
+  (0.0ms) rollback transaction
67616
+  (0.0ms) begin transaction
67617
+ ------------------------------------------------------------
67618
+ CompressorsTest: test_compressor_should_remove_html_comments
67619
+ ------------------------------------------------------------
67620
+  (0.0ms) rollback transaction
67621
+  (0.0ms) begin transaction
67622
+ -----------------------------------------------------------------------------
67623
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67624
+ -----------------------------------------------------------------------------
67625
+  (0.0ms) rollback transaction
67626
+  (0.0ms) begin transaction
67627
+ ------------------------------------------------------------------------------
67628
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67629
+ ------------------------------------------------------------------------------
67630
+  (0.0ms) rollback transaction
67631
+  (0.1ms) begin transaction
67632
+ ------------------------------------------------------------
67633
+ DummyAppIntegrationTest: test_index_should_have_html_imports
67634
+ ------------------------------------------------------------
67635
+ Processing by DummyController#index as HTML
67636
+ Rendered dummy/index.html.erb within layouts/application (1.0ms)
67637
+ Completed 200 OK in 16ms (Views: 15.8ms | ActiveRecord: 0.0ms)
67638
+  (0.1ms) rollback transaction
67639
+  (0.0ms) begin transaction
67640
+ ----------------------------------------------------------------------------
67641
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
67642
+ ----------------------------------------------------------------------------
67643
+ Processing by DummyController#index as HTML
67644
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
67645
+  (0.1ms) rollback transaction
67646
+  (0.1ms) begin transaction
67647
+ -------------------------------------------------------------------------------------------
67648
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
67649
+ -------------------------------------------------------------------------------------------
67650
+ Processing by DummyController#index as HTML
67651
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
67652
+  (0.1ms) rollback transaction
67653
+  (0.0ms) begin transaction
67654
+ ---------------------------------------------------------------------------------
67655
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
67656
+ ---------------------------------------------------------------------------------
67657
+ Processing by DummyController#assets as HTML
67658
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
67659
+  (0.1ms) rollback transaction
67660
+  (0.0ms) begin transaction
67661
+ ---------------------------------------------------
67662
+ ProcessorsTest: test_processing_imports_should_work
67663
+ ---------------------------------------------------
67664
+  (0.0ms) rollback transaction
67665
+  (0.0ms) begin transaction
67666
+ ---------------------------------------------------
67667
+ ProcessorsTest: test_processing_scripts_should_work
67668
+ ---------------------------------------------------
67669
+  (0.0ms) rollback transaction
67670
+  (0.1ms) begin transaction
67671
+ -------------------------------------------------------
67672
+ ProcessorsTest: test_processing_stylesheets_should_work
67673
+ -------------------------------------------------------
67674
+  (0.0ms) rollback transaction
67675
+  (0.1ms) begin transaction
67676
+ ----------------------------------------------------------
67677
+ CompressorsTest: test_compressor_should_remove_blank_lines
67678
+ ----------------------------------------------------------
67679
+  (0.0ms) rollback transaction
67680
+  (0.0ms) begin transaction
67681
+ -----------------------------------------------------------
67682
+ CompressorsTest: test_compressor_should_remove_css_comments
67683
+ -----------------------------------------------------------
67684
+  (0.0ms) rollback transaction
67685
+  (0.0ms) begin transaction
67686
+ ------------------------------------------------------------
67687
+ CompressorsTest: test_compressor_should_remove_html_comments
67688
+ ------------------------------------------------------------
67689
+  (0.0ms) rollback transaction
67690
+  (0.0ms) begin transaction
67691
+ -----------------------------------------------------------------------------
67692
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67693
+ -----------------------------------------------------------------------------
67694
+  (0.0ms) rollback transaction
67695
+  (0.0ms) begin transaction
67696
+ ------------------------------------------------------------------------------
67697
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67698
+ ------------------------------------------------------------------------------
67699
+  (0.0ms) rollback transaction
67700
+  (0.0ms) begin transaction
67701
+ -------------------------------------
67702
+ Helpers: test_html_import_should_work
67703
+ -------------------------------------
67704
+  (0.1ms) rollback transaction
67705
+  (0.1ms) begin transaction
67706
+ ----------------------------------------------------------
67707
+ CompressorsTest: test_compressor_should_remove_blank_lines
67708
+ ----------------------------------------------------------
67709
+  (0.1ms) rollback transaction
67710
+  (0.1ms) begin transaction
67711
+ -----------------------------------------------------------
67712
+ CompressorsTest: test_compressor_should_remove_css_comments
67713
+ -----------------------------------------------------------
67714
+  (0.0ms) rollback transaction
67715
+  (0.1ms) begin transaction
67716
+ ------------------------------------------------------------
67717
+ CompressorsTest: test_compressor_should_remove_html_comments
67718
+ ------------------------------------------------------------
67719
+  (0.0ms) rollback transaction
67720
+  (0.1ms) begin transaction
67721
+ -----------------------------------------------------------------------------
67722
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67723
+ -----------------------------------------------------------------------------
67724
+  (0.0ms) rollback transaction
67725
+  (0.0ms) begin transaction
67726
+ ------------------------------------------------------------------------------
67727
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67728
+ ------------------------------------------------------------------------------
67729
+  (0.0ms) rollback transaction
67730
+  (0.0ms) begin transaction
67731
+ ------------------------------------------------------------
67732
+ DummyAppIntegrationTest: test_index_should_have_html_imports
67733
+ ------------------------------------------------------------
67734
+ Processing by DummyController#index as HTML
67735
+ Rendered dummy/index.html.erb within layouts/application (1.1ms)
67736
+ Completed 200 OK in 212ms (Views: 211.7ms | ActiveRecord: 0.0ms)
67737
+  (0.1ms) rollback transaction
67738
+  (0.0ms) begin transaction
67739
+ ----------------------------------------------------------------------------
67740
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
67741
+ ----------------------------------------------------------------------------
67742
+ Processing by DummyController#index as HTML
67743
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
67744
+  (0.1ms) rollback transaction
67745
+  (0.0ms) begin transaction
67746
+ -------------------------------------------------------------------------------------------
67747
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
67748
+ -------------------------------------------------------------------------------------------
67749
+ Processing by DummyController#index as HTML
67750
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
67751
+  (0.0ms) rollback transaction
67752
+  (0.0ms) begin transaction
67753
+ ---------------------------------------------------------------------------------
67754
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
67755
+ ---------------------------------------------------------------------------------
67756
+ Processing by DummyController#assets as HTML
67757
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.0ms)
67758
+  (0.1ms) rollback transaction
67759
+  (0.0ms) begin transaction
67760
+ -------------------------------------
67761
+ Helpers: test_html_import_should_work
67762
+ -------------------------------------
67763
+  (0.0ms) rollback transaction
67764
+  (0.0ms) begin transaction
67765
+ ---------------------------------------------------
67766
+ ProcessorsTest: test_processing_imports_should_work
67767
+ ---------------------------------------------------
67768
+  (0.1ms) rollback transaction
67769
+  (0.0ms) begin transaction
67770
+ ---------------------------------------------------
67771
+ ProcessorsTest: test_processing_scripts_should_work
67772
+ ---------------------------------------------------
67773
+  (0.0ms) rollback transaction
67774
+  (0.0ms) begin transaction
67775
+ -------------------------------------------------------
67776
+ ProcessorsTest: test_processing_stylesheets_should_work
67777
+ -------------------------------------------------------
67778
+  (0.0ms) rollback transaction
67779
+  (0.1ms) begin transaction
67780
+ -------------------------------------
67781
+ Helpers: test_html_import_should_work
67782
+ -------------------------------------
67783
+  (0.1ms) rollback transaction
67784
+  (0.0ms) begin transaction
67785
+ ----------------------------------------------------------
67786
+ CompressorsTest: test_compressor_should_remove_blank_lines
67787
+ ----------------------------------------------------------
67788
+  (0.0ms) rollback transaction
67789
+  (0.0ms) begin transaction
67790
+ -----------------------------------------------------------
67791
+ CompressorsTest: test_compressor_should_remove_css_comments
67792
+ -----------------------------------------------------------
67793
+  (0.0ms) rollback transaction
67794
+  (0.0ms) begin transaction
67795
+ ------------------------------------------------------------
67796
+ CompressorsTest: test_compressor_should_remove_html_comments
67797
+ ------------------------------------------------------------
67798
+  (0.0ms) rollback transaction
67799
+  (0.0ms) begin transaction
67800
+ -----------------------------------------------------------------------------
67801
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67802
+ -----------------------------------------------------------------------------
67803
+  (0.1ms) rollback transaction
67804
+  (0.0ms) begin transaction
67805
+ ------------------------------------------------------------------------------
67806
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67807
+ ------------------------------------------------------------------------------
67808
+  (0.0ms) rollback transaction
67809
+  (0.0ms) begin transaction
67810
+ ------------------------------------------------------------
67811
+ DummyAppIntegrationTest: test_index_should_have_html_imports
67812
+ ------------------------------------------------------------
67813
+ Processing by DummyController#index as HTML
67814
+ Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
67815
+  (0.1ms) rollback transaction
67816
+  (0.0ms) begin transaction
67817
+ ----------------------------------------------------------------------------
67818
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
67819
+ ----------------------------------------------------------------------------
67820
+ Processing by DummyController#index as HTML
67821
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
67822
+  (0.1ms) rollback transaction
67823
+  (0.0ms) begin transaction
67824
+ -------------------------------------------------------------------------------------------
67825
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
67826
+ -------------------------------------------------------------------------------------------
67827
+ Processing by DummyController#index as HTML
67828
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
67829
+  (0.1ms) rollback transaction
67830
+  (0.0ms) begin transaction
67831
+ ---------------------------------------------------------------------------------
67832
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
67833
+ ---------------------------------------------------------------------------------
67834
+ Processing by DummyController#assets as HTML
67835
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
67836
+  (0.1ms) rollback transaction
67837
+  (0.0ms) begin transaction
67838
+ ---------------------------------------------------
67839
+ ProcessorsTest: test_processing_imports_should_work
67840
+ ---------------------------------------------------
67841
+  (0.1ms) rollback transaction
67842
+  (0.1ms) begin transaction
67843
+ ---------------------------------------------------
67844
+ ProcessorsTest: test_processing_scripts_should_work
67845
+ ---------------------------------------------------
67846
+  (0.0ms) rollback transaction
67847
+  (0.0ms) begin transaction
67848
+ -------------------------------------------------------
67849
+ ProcessorsTest: test_processing_stylesheets_should_work
67850
+ -------------------------------------------------------
67851
+  (0.0ms) rollback transaction
67852
+  (0.1ms) begin transaction
67853
+ ----------------------------------------------------------
67854
+ CompressorsTest: test_compressor_should_remove_blank_lines
67855
+ ----------------------------------------------------------
67856
+  (0.1ms) rollback transaction
67857
+  (0.1ms) begin transaction
67858
+ -----------------------------------------------------------
67859
+ CompressorsTest: test_compressor_should_remove_css_comments
67860
+ -----------------------------------------------------------
67861
+  (0.0ms) rollback transaction
67862
+  (0.1ms) begin transaction
67863
+ ------------------------------------------------------------
67864
+ CompressorsTest: test_compressor_should_remove_html_comments
67865
+ ------------------------------------------------------------
67866
+  (0.0ms) rollback transaction
67867
+  (0.0ms) begin transaction
67868
+ -----------------------------------------------------------------------------
67869
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67870
+ -----------------------------------------------------------------------------
67871
+  (0.0ms) rollback transaction
67872
+  (0.1ms) begin transaction
67873
+ ------------------------------------------------------------------------------
67874
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67875
+ ------------------------------------------------------------------------------
67876
+  (0.0ms) rollback transaction
67877
+  (0.1ms) begin transaction
67878
+ -------------------------------------
67879
+ Helpers: test_html_import_should_work
67880
+ -------------------------------------
67881
+  (0.0ms) rollback transaction
67882
+  (0.1ms) begin transaction
67883
+ ------------------------------------------------------------
67884
+ DummyAppIntegrationTest: test_index_should_have_html_imports
67885
+ ------------------------------------------------------------
67886
+ Processing by DummyController#index as HTML
67887
+ Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.0ms)
67888
+  (0.1ms) rollback transaction
67889
+  (0.1ms) begin transaction
67890
+ ----------------------------------------------------------------------------
67891
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
67892
+ ----------------------------------------------------------------------------
67893
+ Processing by DummyController#index as HTML
67894
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
67895
+  (0.1ms) rollback transaction
67896
+  (0.0ms) begin transaction
67897
+ -------------------------------------------------------------------------------------------
67898
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
67899
+ -------------------------------------------------------------------------------------------
67900
+ Processing by DummyController#index as HTML
67901
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
67902
+  (0.0ms) rollback transaction
67903
+  (0.1ms) begin transaction
67904
+ ---------------------------------------------------------------------------------
67905
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
67906
+ ---------------------------------------------------------------------------------
67907
+ Processing by DummyController#assets as HTML
67908
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.0ms)
67909
+  (0.1ms) rollback transaction
67910
+  (0.0ms) begin transaction
67911
+ ---------------------------------------------------
67912
+ ProcessorsTest: test_processing_imports_should_work
67913
+ ---------------------------------------------------
67914
+  (0.0ms) rollback transaction
67915
+  (0.0ms) begin transaction
67916
+ ---------------------------------------------------
67917
+ ProcessorsTest: test_processing_scripts_should_work
67918
+ ---------------------------------------------------
67919
+  (0.0ms) rollback transaction
67920
+  (0.0ms) begin transaction
67921
+ -------------------------------------------------------
67922
+ ProcessorsTest: test_processing_stylesheets_should_work
67923
+ -------------------------------------------------------
67924
+  (0.0ms) rollback transaction
67925
+  (0.1ms) begin transaction
67926
+ -------------------------------------
67927
+ Helpers: test_html_import_should_work
67928
+ -------------------------------------
67929
+  (0.0ms) rollback transaction
67930
+  (0.1ms) begin transaction
67931
+ ---------------------------------------------------
67932
+ ProcessorsTest: test_processing_imports_should_work
67933
+ ---------------------------------------------------
67934
+  (0.3ms) rollback transaction
67935
+  (0.1ms) begin transaction
67936
+ ---------------------------------------------------
67937
+ ProcessorsTest: test_processing_scripts_should_work
67938
+ ---------------------------------------------------
67939
+  (0.1ms) rollback transaction
67940
+  (0.1ms) begin transaction
67941
+ -------------------------------------------------------
67942
+ ProcessorsTest: test_processing_stylesheets_should_work
67943
+ -------------------------------------------------------
67944
+  (0.1ms) rollback transaction
67945
+  (0.1ms) begin transaction
67946
+ ----------------------------------------------------------
67947
+ CompressorsTest: test_compressor_should_remove_blank_lines
67948
+ ----------------------------------------------------------
67949
+  (0.1ms) rollback transaction
67950
+  (0.1ms) begin transaction
67951
+ -----------------------------------------------------------
67952
+ CompressorsTest: test_compressor_should_remove_css_comments
67953
+ -----------------------------------------------------------
67954
+  (0.0ms) rollback transaction
67955
+  (0.0ms) begin transaction
67956
+ ------------------------------------------------------------
67957
+ CompressorsTest: test_compressor_should_remove_html_comments
67958
+ ------------------------------------------------------------
67959
+  (0.0ms) rollback transaction
67960
+  (0.0ms) begin transaction
67961
+ -----------------------------------------------------------------------------
67962
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
67963
+ -----------------------------------------------------------------------------
67964
+  (0.0ms) rollback transaction
67965
+  (0.0ms) begin transaction
67966
+ ------------------------------------------------------------------------------
67967
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
67968
+ ------------------------------------------------------------------------------
67969
+  (0.0ms) rollback transaction
67970
+  (0.0ms) begin transaction
67971
+ ------------------------------------------------------------
67972
+ DummyAppIntegrationTest: test_index_should_have_html_imports
67973
+ ------------------------------------------------------------
67974
+ Processing by DummyController#index as HTML
67975
+ Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.0ms)
67976
+  (0.1ms) rollback transaction
67977
+  (0.0ms) begin transaction
67978
+ ----------------------------------------------------------------------------
67979
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
67980
+ ----------------------------------------------------------------------------
67981
+ Processing by DummyController#index as HTML
67982
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
67983
+  (0.0ms) rollback transaction
67984
+  (0.1ms) begin transaction
67985
+ -------------------------------------------------------------------------------------------
67986
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
67987
+ -------------------------------------------------------------------------------------------
67988
+ Processing by DummyController#index as HTML
67989
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
67990
+  (0.0ms) rollback transaction
67991
+  (0.0ms) begin transaction
67992
+ ---------------------------------------------------------------------------------
67993
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
67994
+ ---------------------------------------------------------------------------------
67995
+ Processing by DummyController#assets as HTML
67996
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.0ms)
67997
+  (0.1ms) rollback transaction
67998
+  (0.1ms) begin transaction
67999
+ ---------------------------------------------------
68000
+ ProcessorsTest: test_processing_imports_should_work
68001
+ ---------------------------------------------------
68002
+  (0.1ms) rollback transaction
68003
+  (0.0ms) begin transaction
68004
+ ---------------------------------------------------
68005
+ ProcessorsTest: test_processing_scripts_should_work
68006
+ ---------------------------------------------------
68007
+  (0.0ms) rollback transaction
68008
+  (0.1ms) begin transaction
68009
+ -------------------------------------------------------
68010
+ ProcessorsTest: test_processing_stylesheets_should_work
68011
+ -------------------------------------------------------
68012
+  (0.0ms) rollback transaction
68013
+  (0.0ms) begin transaction
68014
+ -------------------------------------
68015
+ Helpers: test_html_import_should_work
68016
+ -------------------------------------
68017
+  (0.1ms) rollback transaction
68018
+  (0.0ms) begin transaction
68019
+ ------------------------------------------------------------
68020
+ DummyAppIntegrationTest: test_index_should_have_html_imports
68021
+ ------------------------------------------------------------
68022
+ Processing by DummyController#index as HTML
68023
+ Completed 200 OK in 16ms (Views: 15.8ms | ActiveRecord: 0.0ms)
68024
+  (0.1ms) rollback transaction
68025
+  (0.0ms) begin transaction
68026
+ ----------------------------------------------------------------------------
68027
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
68028
+ ----------------------------------------------------------------------------
68029
+ Processing by DummyController#index as HTML
68030
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
68031
+  (0.1ms) rollback transaction
68032
+  (0.0ms) begin transaction
68033
+ -------------------------------------------------------------------------------------------
68034
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
68035
+ -------------------------------------------------------------------------------------------
68036
+ Processing by DummyController#index as HTML
68037
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
68038
+  (0.1ms) rollback transaction
68039
+  (0.0ms) begin transaction
68040
+ ---------------------------------------------------------------------------------
68041
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
68042
+ ---------------------------------------------------------------------------------
68043
+ Processing by DummyController#assets as HTML
68044
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
68045
+  (0.1ms) rollback transaction
68046
+  (0.1ms) begin transaction
68047
+ ----------------------------------------------------------
68048
+ CompressorsTest: test_compressor_should_remove_blank_lines
68049
+ ----------------------------------------------------------
68050
+  (0.0ms) rollback transaction
68051
+  (0.0ms) begin transaction
68052
+ -----------------------------------------------------------
68053
+ CompressorsTest: test_compressor_should_remove_css_comments
68054
+ -----------------------------------------------------------
68055
+  (0.0ms) rollback transaction
68056
+  (0.0ms) begin transaction
68057
+ ------------------------------------------------------------
68058
+ CompressorsTest: test_compressor_should_remove_html_comments
68059
+ ------------------------------------------------------------
68060
+  (0.0ms) rollback transaction
68061
+  (0.0ms) begin transaction
68062
+ -----------------------------------------------------------------------------
68063
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
68064
+ -----------------------------------------------------------------------------
68065
+  (0.0ms) rollback transaction
68066
+  (0.0ms) begin transaction
68067
+ ------------------------------------------------------------------------------
68068
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
68069
+ ------------------------------------------------------------------------------
68070
+  (0.0ms) rollback transaction
68071
+  (0.1ms) begin transaction
68072
+ ------------------------------------------------------------
68073
+ DummyAppIntegrationTest: test_index_should_have_html_imports
68074
+ ------------------------------------------------------------
68075
+ Processing by DummyController#index as HTML
68076
+ Rendered dummy/index.html.erb within layouts/application (1.0ms)
68077
+ Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.0ms)
68078
+  (0.1ms) rollback transaction
68079
+  (0.1ms) begin transaction
68080
+ ----------------------------------------------------------------------------
68081
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
68082
+ ----------------------------------------------------------------------------
68083
+ Processing by DummyController#index as HTML
68084
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
68085
+  (0.1ms) rollback transaction
68086
+  (0.1ms) begin transaction
68087
+ -------------------------------------------------------------------------------------------
68088
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
68089
+ -------------------------------------------------------------------------------------------
68090
+ Processing by DummyController#index as HTML
68091
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
68092
+  (0.1ms) rollback transaction
68093
+  (0.0ms) begin transaction
68094
+ ---------------------------------------------------------------------------------
68095
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
68096
+ ---------------------------------------------------------------------------------
68097
+ Processing by DummyController#assets as HTML
68098
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
68099
+  (0.1ms) rollback transaction
68100
+  (0.0ms) begin transaction
68101
+ -------------------------------------
68102
+ Helpers: test_html_import_should_work
68103
+ -------------------------------------
68104
+  (0.0ms) rollback transaction
68105
+  (0.0ms) begin transaction
68106
+ ---------------------------------------------------
68107
+ ProcessorsTest: test_processing_imports_should_work
68108
+ ---------------------------------------------------
68109
+  (0.0ms) rollback transaction
68110
+  (0.0ms) begin transaction
68111
+ ---------------------------------------------------
68112
+ ProcessorsTest: test_processing_scripts_should_work
68113
+ ---------------------------------------------------
68114
+  (0.0ms) rollback transaction
68115
+  (0.0ms) begin transaction
68116
+ -------------------------------------------------------
68117
+ ProcessorsTest: test_processing_stylesheets_should_work
68118
+ -------------------------------------------------------
68119
+  (0.0ms) rollback transaction
68120
+  (0.0ms) begin transaction
68121
+ ----------------------------------------------------------
68122
+ CompressorsTest: test_compressor_should_remove_blank_lines
68123
+ ----------------------------------------------------------
68124
+  (0.0ms) rollback transaction
68125
+  (0.0ms) begin transaction
68126
+ -----------------------------------------------------------
68127
+ CompressorsTest: test_compressor_should_remove_css_comments
68128
+ -----------------------------------------------------------
68129
+  (0.0ms) rollback transaction
68130
+  (0.0ms) begin transaction
68131
+ ------------------------------------------------------------
68132
+ CompressorsTest: test_compressor_should_remove_html_comments
68133
+ ------------------------------------------------------------
68134
+  (0.0ms) rollback transaction
68135
+  (0.1ms) begin transaction
68136
+ -----------------------------------------------------------------------------
68137
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
68138
+ -----------------------------------------------------------------------------
68139
+  (0.0ms) rollback transaction
68140
+  (0.0ms) begin transaction
68141
+ ------------------------------------------------------------------------------
68142
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
68143
+ ------------------------------------------------------------------------------
68144
+  (0.0ms) rollback transaction
68145
+  (0.1ms) begin transaction
68146
+ ------------------------------------------------------------
68147
+ DummyAppIntegrationTest: test_index_should_have_html_imports
68148
+ ------------------------------------------------------------
68149
+ Processing by DummyController#index as HTML
68150
+ Rendered dummy/index.html.erb within layouts/application (1.0ms)
68151
+ Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms)
68152
+  (0.1ms) rollback transaction
68153
+  (0.0ms) begin transaction
68154
+ ----------------------------------------------------------------------------
68155
+ DummyAppIntegrationTest: test_should_succesfully_load_the_app_and_show_index
68156
+ ----------------------------------------------------------------------------
68157
+ Processing by DummyController#index as HTML
68158
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
68159
+  (0.1ms) rollback transaction
68160
+  (0.0ms) begin transaction
68161
+ -------------------------------------------------------------------------------------------
68162
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
68163
+ -------------------------------------------------------------------------------------------
68164
+ Processing by DummyController#index as HTML
68165
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
68166
+  (0.1ms) rollback transaction
68167
+  (0.0ms) begin transaction
68168
+ ---------------------------------------------------------------------------------
68169
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
68170
+ ---------------------------------------------------------------------------------
68171
+ Processing by DummyController#assets as HTML
68172
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
68173
+  (0.1ms) rollback transaction
68174
+  (0.0ms) begin transaction
68175
+ ---------------------------------------------------
68176
+ ProcessorsTest: test_processing_imports_should_work
68177
+ ---------------------------------------------------
68178
+  (0.0ms) rollback transaction
68179
+  (0.1ms) begin transaction
68180
+ ---------------------------------------------------
68181
+ ProcessorsTest: test_processing_scripts_should_work
68182
+ ---------------------------------------------------
68183
+  (0.0ms) rollback transaction
68184
+  (0.1ms) begin transaction
68185
+ -------------------------------------------------------
68186
+ ProcessorsTest: test_processing_stylesheets_should_work
68187
+ -------------------------------------------------------
68188
+  (0.1ms) rollback transaction
68189
+  (0.1ms) begin transaction
68190
+ -------------------------------------
68191
+ Helpers: test_html_import_should_work
68192
+ -------------------------------------
68193
+  (0.0ms) rollback transaction
68194
+  (0.0ms) begin transaction
68195
+ ----------------------------------------------------------
68196
+ CompressorsTest: test_compressor_should_remove_blank_lines
68197
+ ----------------------------------------------------------
68198
+  (0.0ms) rollback transaction
68199
+  (0.0ms) begin transaction
68200
+ -----------------------------------------------------------
68201
+ CompressorsTest: test_compressor_should_remove_css_comments
68202
+ -----------------------------------------------------------
68203
+  (0.0ms) rollback transaction
68204
+  (0.0ms) begin transaction
68205
+ ------------------------------------------------------------
68206
+ CompressorsTest: test_compressor_should_remove_html_comments
68207
+ ------------------------------------------------------------
68208
+  (0.0ms) rollback transaction
68209
+  (0.0ms) begin transaction
68210
+ -----------------------------------------------------------------------------
68211
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
68212
+ -----------------------------------------------------------------------------
68213
+  (0.1ms) rollback transaction
68214
+  (0.0ms) begin transaction
68215
+ ------------------------------------------------------------------------------
68216
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
68217
+ ------------------------------------------------------------------------------
68218
+  (0.0ms) rollback transaction
68219
+  (0.1ms) begin transaction
68220
+ ---------------------------------------------------
68221
+ ProcessorsTest: test_processing_imports_should_work
68222
+ ---------------------------------------------------
68223
+  (0.1ms) rollback transaction
68224
+  (0.1ms) begin transaction
68225
+ ---------------------------------------------------
68226
+ ProcessorsTest: test_processing_scripts_should_work
68227
+ ---------------------------------------------------
68228
+  (0.1ms) rollback transaction
68229
+  (0.1ms) begin transaction
68230
+ -------------------------------------------------------
68231
+ ProcessorsTest: test_processing_stylesheets_should_work
68232
+ -------------------------------------------------------
68233
+  (0.1ms) rollback transaction
68234
+  (0.0ms) begin transaction
68235
+ ----------------------------------------------------------
68236
+ CompressorsTest: test_compressor_should_remove_blank_lines
68237
+ ----------------------------------------------------------
68238
+  (0.0ms) rollback transaction
68239
+  (0.1ms) begin transaction
68240
+ -----------------------------------------------------------
68241
+ CompressorsTest: test_compressor_should_remove_css_comments
68242
+ -----------------------------------------------------------
68243
+  (0.0ms) rollback transaction
68244
+  (0.0ms) begin transaction
68245
+ ------------------------------------------------------------
68246
+ CompressorsTest: test_compressor_should_remove_html_comments
68247
+ ------------------------------------------------------------
68248
+  (0.0ms) rollback transaction
68249
+  (0.1ms) begin transaction
68250
+ -----------------------------------------------------------------------------
68251
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
68252
+ -----------------------------------------------------------------------------
68253
+  (0.0ms) rollback transaction
68254
+  (0.1ms) begin transaction
68255
+ ------------------------------------------------------------------------------
68256
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
68257
+ ------------------------------------------------------------------------------
68258
+  (0.1ms) rollback transaction
68259
+  (0.0ms) begin transaction
68260
+ -------------------------------------
68261
+ Helpers: test_html_import_should_work
68262
+ -------------------------------------
68263
+  (0.0ms) rollback transaction
68264
+  (0.0ms) begin transaction
68265
+ -------------------------------------------------------------------------------------------
68266
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
68267
+ -------------------------------------------------------------------------------------------
68268
+ Processing by DummyController#index as HTML
68269
+ Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.0ms)
68270
+  (0.1ms) rollback transaction
68271
+  (0.0ms) begin transaction
68272
+ ---------------------------------------------------------------------------------
68273
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
68274
+ ---------------------------------------------------------------------------------
68275
+ Processing by DummyController#assets as HTML
68276
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
68277
+  (0.1ms) rollback transaction
68278
+  (0.1ms) begin transaction
68279
+ ----------------------------------------------------------
68280
+ CompressorsTest: test_compressor_should_remove_blank_lines
68281
+ ----------------------------------------------------------
68282
+  (0.0ms) rollback transaction
68283
+  (0.0ms) begin transaction
68284
+ -----------------------------------------------------------
68285
+ CompressorsTest: test_compressor_should_remove_css_comments
68286
+ -----------------------------------------------------------
68287
+  (0.0ms) rollback transaction
68288
+  (0.1ms) begin transaction
68289
+ ------------------------------------------------------------
68290
+ CompressorsTest: test_compressor_should_remove_html_comments
68291
+ ------------------------------------------------------------
68292
+  (0.1ms) rollback transaction
68293
+  (0.1ms) begin transaction
68294
+ -----------------------------------------------------------------------------
68295
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
68296
+ -----------------------------------------------------------------------------
68297
+  (0.0ms) rollback transaction
68298
+  (0.1ms) begin transaction
68299
+ ------------------------------------------------------------------------------
68300
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
68301
+ ------------------------------------------------------------------------------
68302
+  (0.0ms) rollback transaction
68303
+  (0.0ms) begin transaction
68304
+ ---------------------------------------------------
68305
+ ProcessorsTest: test_processing_imports_should_work
68306
+ ---------------------------------------------------
68307
+  (0.0ms) rollback transaction
68308
+  (0.0ms) begin transaction
68309
+ ---------------------------------------------------
68310
+ ProcessorsTest: test_processing_scripts_should_work
68311
+ ---------------------------------------------------
68312
+  (0.0ms) rollback transaction
68313
+  (0.0ms) begin transaction
68314
+ -------------------------------------------------------
68315
+ ProcessorsTest: test_processing_stylesheets_should_work
68316
+ -------------------------------------------------------
68317
+  (0.0ms) rollback transaction
68318
+  (0.0ms) begin transaction
68319
+ -------------------------------------------------------------------------------------------
68320
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
68321
+ -------------------------------------------------------------------------------------------
68322
+ Processing by DummyController#index as HTML
68323
+ Rendered dummy/index.html.erb within layouts/application (1.0ms)
68324
+ Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms)
68325
+  (0.1ms) rollback transaction
68326
+  (0.0ms) begin transaction
68327
+ ---------------------------------------------------------------------------------
68328
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
68329
+ ---------------------------------------------------------------------------------
68330
+ Processing by DummyController#assets as HTML
68331
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
68332
+  (0.1ms) rollback transaction
68333
+  (0.1ms) begin transaction
68334
+ -------------------------------------
68335
+ Helpers: test_html_import_should_work
68336
+ -------------------------------------
68337
+  (0.0ms) rollback transaction
68338
+  (0.1ms) begin transaction
68339
+ -------------------------------------
68340
+ Helpers: test_html_import_should_work
68341
+ -------------------------------------
68342
+  (0.1ms) rollback transaction
68343
+  (0.0ms) begin transaction
68344
+ -------------------------------------------------------------------------------------------
68345
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
68346
+ -------------------------------------------------------------------------------------------
68347
+ Processing by DummyController#index as HTML
68348
+ Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
68349
+  (0.1ms) rollback transaction
68350
+  (0.0ms) begin transaction
68351
+ ---------------------------------------------------------------------------------
68352
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
68353
+ ---------------------------------------------------------------------------------
68354
+ Processing by DummyController#assets as HTML
68355
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
68356
+  (0.1ms) rollback transaction
68357
+  (0.1ms) begin transaction
68358
+ ---------------------------------------------------
68359
+ ProcessorsTest: test_processing_imports_should_work
68360
+ ---------------------------------------------------
68361
+  (0.1ms) rollback transaction
68362
+  (0.0ms) begin transaction
68363
+ ---------------------------------------------------
68364
+ ProcessorsTest: test_processing_scripts_should_work
68365
+ ---------------------------------------------------
68366
+  (0.0ms) rollback transaction
68367
+  (0.0ms) begin transaction
68368
+ -------------------------------------------------------
68369
+ ProcessorsTest: test_processing_stylesheets_should_work
68370
+ -------------------------------------------------------
68371
+  (0.1ms) rollback transaction
68372
+  (0.1ms) begin transaction
68373
+ ----------------------------------------------------------
68374
+ CompressorsTest: test_compressor_should_remove_blank_lines
68375
+ ----------------------------------------------------------
68376
+  (0.1ms) rollback transaction
68377
+  (0.0ms) begin transaction
68378
+ -----------------------------------------------------------
68379
+ CompressorsTest: test_compressor_should_remove_css_comments
68380
+ -----------------------------------------------------------
68381
+  (0.0ms) rollback transaction
68382
+  (0.0ms) begin transaction
68383
+ ------------------------------------------------------------
68384
+ CompressorsTest: test_compressor_should_remove_html_comments
68385
+ ------------------------------------------------------------
68386
+  (0.0ms) rollback transaction
68387
+  (0.0ms) begin transaction
68388
+ -----------------------------------------------------------------------------
68389
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
68390
+ -----------------------------------------------------------------------------
68391
+  (0.0ms) rollback transaction
68392
+  (0.0ms) begin transaction
68393
+ ------------------------------------------------------------------------------
68394
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
68395
+ ------------------------------------------------------------------------------
68396
+  (0.0ms) rollback transaction
68397
+  (0.1ms) begin transaction
68398
+ -------------------------------------
68399
+ Helpers: test_html_import_should_work
68400
+ -------------------------------------
68401
+  (0.0ms) rollback transaction
68402
+  (0.0ms) begin transaction
68403
+ -------------------------------------------------------------------------------------------
68404
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
68405
+ -------------------------------------------------------------------------------------------
68406
+ Processing by DummyController#index as HTML
68407
+ Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
68408
+  (0.1ms) rollback transaction
68409
+  (0.0ms) begin transaction
68410
+ ---------------------------------------------------------------------------------
68411
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
68412
+ ---------------------------------------------------------------------------------
68413
+ Processing by DummyController#assets as HTML
68414
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
68415
+  (0.1ms) rollback transaction
68416
+  (0.0ms) begin transaction
68417
+ ---------------------------------------------------
68418
+ ProcessorsTest: test_processing_imports_should_work
68419
+ ---------------------------------------------------
68420
+  (0.0ms) rollback transaction
68421
+  (0.0ms) begin transaction
68422
+ ---------------------------------------------------
68423
+ ProcessorsTest: test_processing_scripts_should_work
68424
+ ---------------------------------------------------
68425
+  (0.0ms) rollback transaction
68426
+  (0.0ms) begin transaction
68427
+ -------------------------------------------------------
68428
+ ProcessorsTest: test_processing_stylesheets_should_work
68429
+ -------------------------------------------------------
68430
+  (0.1ms) rollback transaction
68431
+  (0.0ms) begin transaction
68432
+ ----------------------------------------------------------
68433
+ CompressorsTest: test_compressor_should_remove_blank_lines
68434
+ ----------------------------------------------------------
68435
+  (0.0ms) rollback transaction
68436
+  (0.0ms) begin transaction
68437
+ -----------------------------------------------------------
68438
+ CompressorsTest: test_compressor_should_remove_css_comments
68439
+ -----------------------------------------------------------
68440
+  (0.0ms) rollback transaction
68441
+  (0.0ms) begin transaction
68442
+ ------------------------------------------------------------
68443
+ CompressorsTest: test_compressor_should_remove_html_comments
68444
+ ------------------------------------------------------------
68445
+  (0.0ms) rollback transaction
68446
+  (0.0ms) begin transaction
68447
+ -----------------------------------------------------------------------------
68448
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
68449
+ -----------------------------------------------------------------------------
68450
+  (0.0ms) rollback transaction
68451
+  (0.0ms) begin transaction
68452
+ ------------------------------------------------------------------------------
68453
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
68454
+ ------------------------------------------------------------------------------
68455
+  (0.0ms) rollback transaction
68456
+  (0.1ms) begin transaction
68457
+ -------------------------------------------------------------------------------------------
68458
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
68459
+ -------------------------------------------------------------------------------------------
68460
+ Processing by DummyController#index as HTML
68461
+ Rendered dummy/index.html.erb within layouts/application (1.1ms)
68462
+ Completed 200 OK in 16ms (Views: 16.1ms | ActiveRecord: 0.0ms)
68463
+  (0.1ms) rollback transaction
68464
+  (0.1ms) begin transaction
68465
+ ---------------------------------------------------------------------------------
68466
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
68467
+ ---------------------------------------------------------------------------------
68468
+ Processing by DummyController#assets as HTML
68469
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
68470
+  (0.1ms) rollback transaction
68471
+  (0.0ms) begin transaction
68472
+ ---------------------------------------------------
68473
+ ProcessorsTest: test_processing_imports_should_work
68474
+ ---------------------------------------------------
68475
+  (0.0ms) rollback transaction
68476
+  (0.1ms) begin transaction
68477
+ ---------------------------------------------------
68478
+ ProcessorsTest: test_processing_scripts_should_work
68479
+ ---------------------------------------------------
68480
+  (0.0ms) rollback transaction
68481
+  (0.1ms) begin transaction
68482
+ -------------------------------------------------------
68483
+ ProcessorsTest: test_processing_stylesheets_should_work
68484
+ -------------------------------------------------------
68485
+  (0.0ms) rollback transaction
68486
+  (0.1ms) begin transaction
68487
+ -------------------------------------
68488
+ Helpers: test_html_import_should_work
68489
+ -------------------------------------
68490
+  (0.0ms) rollback transaction
68491
+  (0.0ms) begin transaction
68492
+ ----------------------------------------------------------
68493
+ CompressorsTest: test_compressor_should_remove_blank_lines
68494
+ ----------------------------------------------------------
68495
+  (0.0ms) rollback transaction
68496
+  (0.0ms) begin transaction
68497
+ -----------------------------------------------------------
68498
+ CompressorsTest: test_compressor_should_remove_css_comments
68499
+ -----------------------------------------------------------
68500
+  (0.0ms) rollback transaction
68501
+  (0.0ms) begin transaction
68502
+ ------------------------------------------------------------
68503
+ CompressorsTest: test_compressor_should_remove_html_comments
68504
+ ------------------------------------------------------------
68505
+  (0.0ms) rollback transaction
68506
+  (0.0ms) begin transaction
68507
+ -----------------------------------------------------------------------------
68508
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
68509
+ -----------------------------------------------------------------------------
68510
+  (0.0ms) rollback transaction
68511
+  (0.0ms) begin transaction
68512
+ ------------------------------------------------------------------------------
68513
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
68514
+ ------------------------------------------------------------------------------
68515
+  (0.0ms) rollback transaction
68516
+  (0.2ms) begin transaction
68517
+ ---------------------------------------------------
68518
+ ProcessorsTest: test_processing_imports_should_work
68519
+ ---------------------------------------------------
68520
+  (0.1ms) rollback transaction
68521
+  (0.0ms) begin transaction
68522
+ ---------------------------------------------------
68523
+ ProcessorsTest: test_processing_scripts_should_work
68524
+ ---------------------------------------------------
68525
+  (0.0ms) rollback transaction
68526
+  (0.0ms) begin transaction
68527
+ -------------------------------------------------------
68528
+ ProcessorsTest: test_processing_stylesheets_should_work
68529
+ -------------------------------------------------------
68530
+  (0.0ms) rollback transaction
68531
+  (0.0ms) begin transaction
68532
+ ----------------------------------------------------------
68533
+ CompressorsTest: test_compressor_should_remove_blank_lines
68534
+ ----------------------------------------------------------
68535
+  (0.0ms) rollback transaction
68536
+  (0.0ms) begin transaction
68537
+ -----------------------------------------------------------
68538
+ CompressorsTest: test_compressor_should_remove_css_comments
68539
+ -----------------------------------------------------------
68540
+  (0.0ms) rollback transaction
68541
+  (0.0ms) begin transaction
68542
+ ------------------------------------------------------------
68543
+ CompressorsTest: test_compressor_should_remove_html_comments
68544
+ ------------------------------------------------------------
68545
+  (0.0ms) rollback transaction
68546
+  (0.0ms) begin transaction
68547
+ -----------------------------------------------------------------------------
68548
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
68549
+ -----------------------------------------------------------------------------
68550
+  (0.0ms) rollback transaction
68551
+  (0.0ms) begin transaction
68552
+ ------------------------------------------------------------------------------
68553
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
68554
+ ------------------------------------------------------------------------------
68555
+  (0.1ms) rollback transaction
68556
+  (0.0ms) begin transaction
68557
+ -------------------------------------
68558
+ Helpers: test_html_import_should_work
68559
+ -------------------------------------
68560
+  (0.0ms) rollback transaction
68561
+  (0.0ms) begin transaction
68562
+ -------------------------------------------------------------------------------------------
68563
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
68564
+ -------------------------------------------------------------------------------------------
68565
+ Processing by DummyController#index as HTML
68566
+ Completed 200 OK in 27ms (Views: 27.2ms | ActiveRecord: 0.0ms)
68567
+  (0.1ms) rollback transaction
68568
+  (0.1ms) begin transaction
68569
+ ---------------------------------------------------------------------------------
68570
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
68571
+ ---------------------------------------------------------------------------------
68572
+ Processing by DummyController#assets as HTML
68573
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
68574
+  (0.1ms) rollback transaction
68575
+  (0.1ms) begin transaction
68576
+ ---------------------------------------------------
68577
+ ProcessorsTest: test_processing_imports_should_work
68578
+ ---------------------------------------------------
68579
+  (0.0ms) rollback transaction
68580
+  (0.0ms) begin transaction
68581
+ ---------------------------------------------------
68582
+ ProcessorsTest: test_processing_scripts_should_work
68583
+ ---------------------------------------------------
68584
+  (0.0ms) rollback transaction
68585
+  (0.1ms) begin transaction
68586
+ -------------------------------------------------------
68587
+ ProcessorsTest: test_processing_stylesheets_should_work
68588
+ -------------------------------------------------------
68589
+  (0.0ms) rollback transaction
68590
+  (0.0ms) begin transaction
68591
+ -------------------------------------
68592
+ Helpers: test_html_import_should_work
68593
+ -------------------------------------
68594
+  (0.0ms) rollback transaction
68595
+  (0.0ms) begin transaction
68596
+ ----------------------------------------------------------
68597
+ CompressorsTest: test_compressor_should_remove_blank_lines
68598
+ ----------------------------------------------------------
68599
+  (0.0ms) rollback transaction
68600
+  (0.1ms) begin transaction
68601
+ -----------------------------------------------------------
68602
+ CompressorsTest: test_compressor_should_remove_css_comments
68603
+ -----------------------------------------------------------
68604
+  (0.0ms) rollback transaction
68605
+  (0.0ms) begin transaction
68606
+ ------------------------------------------------------------
68607
+ CompressorsTest: test_compressor_should_remove_html_comments
68608
+ ------------------------------------------------------------
68609
+  (0.0ms) rollback transaction
68610
+  (0.0ms) begin transaction
68611
+ -----------------------------------------------------------------------------
68612
+ CompressorsTest: test_compressor_should_remove_multi-line_javascript_comments
68613
+ -----------------------------------------------------------------------------
68614
+  (0.0ms) rollback transaction
68615
+  (0.0ms) begin transaction
68616
+ ------------------------------------------------------------------------------
68617
+ CompressorsTest: test_compressor_should_remove_single-line_javascript_comments
68618
+ ------------------------------------------------------------------------------
68619
+  (0.0ms) rollback transaction
68620
+  (0.0ms) begin transaction
68621
+ -------------------------------------------------------------------------------------------
68622
+ DummyAppIntegrationTest: test_the_compiled_assets_should_be_served_from_the_right_directory
68623
+ -------------------------------------------------------------------------------------------
68624
+ Processing by DummyController#index as HTML
68625
+ Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms)
68626
+  (0.1ms) rollback transaction
68627
+  (0.0ms) begin transaction
68628
+ ---------------------------------------------------------------------------------
68629
+ DummyAppIntegrationTest: test_the_test_files_should_get_compiled_and_concatenated
68630
+ ---------------------------------------------------------------------------------
68631
+ Processing by DummyController#assets as HTML
68632
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
68633
+  (0.1ms) rollback transaction