netzke-testing 0.12.0 → 0.12.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: 56b2ef0a7593c1b456b728902a7521e9afde18c5
4
- data.tar.gz: de64081c0d8bdce64be8a62f481401e64752ed00
3
+ metadata.gz: 7959dc180ff1c8a5e7bf0c05a1652a5a463c2fe6
4
+ data.tar.gz: d3e6da13e9ff90fe4f7053fc801b2fc2a308fcdf
5
5
  SHA512:
6
- metadata.gz: 5c41931fc6643fd6373d8700407bf09e772a43633b645d29eb3c820f232670026b2b51f9d48212289e616e00f32242e89c7304503f092953cfd3f5b5a323064c
7
- data.tar.gz: 5345596053063270fac5e60f1af357157dd4624d58d05333e938c381ff1dca7d481e30cf2067dd94659d186b0f46ea832f3e9f51b0a166e3a823b9e806ff6775
6
+ metadata.gz: eb6bee8567e697e89c86280ad59f8b9cacb3a64f61a822ace835e35306ceb2e1bb8d74136fb53e28d362780b4d8febc2405cc68db995dcd171d314be2f725600
7
+ data.tar.gz: a35272cec176a529f806cdbacb629d51836c359ead72adab188268f5b30fc739e6fc0daa7cf65d81ee9632064621496b1db75b4a9ffc4f2e9f863120690d07a6
@@ -25,7 +25,7 @@ Ext.apply window,
25
25
 
26
26
  # this way we ensure another 20ms cycle before we issue a callback
27
27
  i = 100 if Netzke.ajaxCount == 0
28
- , 100
28
+ , 200
29
29
  else
30
30
  delay = arguments[0]
31
31
  callback = arguments[1]
@@ -1,5 +1,5 @@
1
1
  module Netzke
2
2
  module Testing
3
- VERSION = "0.12.0"
3
+ VERSION = "0.12.1"
4
4
  end
5
5
  end
@@ -757,3 +757,55 @@ Processing by Netzke::TestingController#specs as JS
757
757
  Parameters: {"name"=>"foo"}
758
758
  Rendered text template (0.0ms)
759
759
  Completed 200 OK in 236ms (Views: 0.5ms | ActiveRecord: 0.0ms)
760
+ Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-03-18 11:05:49 +0700
761
+ Processing by Netzke::TestingController#components as HTML
762
+ Parameters: {"class"=>"Foo"}
763
+ Rendered inline template within layouts/netzke/testing (11.5ms)
764
+ Completed 200 OK in 20ms (Views: 20.2ms | ActiveRecord: 0.0ms)
765
+ Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-03-18 11:05:49 +0700
766
+ Processing by Netzke::TestingController#components as HTML
767
+ Parameters: {"spec"=>"true", "class"=>"Foo"}
768
+ Rendered inline template within layouts/netzke/testing (1.2ms)
769
+ Completed 200 OK in 130ms (Views: 129.6ms | ActiveRecord: 0.0ms)
770
+ Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-03-18 11:05:49 +0700
771
+ Processing by Netzke::TestingController#components as HTML
772
+ Parameters: {"spec"=>"true", "class"=>"Foo"}
773
+ Rendered inline template within layouts/netzke/testing (1.3ms)
774
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
775
+ Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-03-18 11:05:49 +0700
776
+ Processing by Netzke::TestingController#components as HTML
777
+ Parameters: {"class"=>"Foo"}
778
+ Rendered inline template within layouts/netzke/testing (0.9ms)
779
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
780
+ Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-03-18 11:05:49 +0700
781
+ Processing by Netzke::TestingController#components as HTML
782
+ Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
783
+ Rendered inline template within layouts/netzke/testing (0.9ms)
784
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
785
+ Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
786
+ Processing by Netzke::TestingController#components as HTML
787
+ Parameters: {"spec"=>"foo", "class"=>"Foo"}
788
+ Rendered inline template within layouts/netzke/testing (2.4ms)
789
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
790
+ Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
791
+ Processing by NetzkeController#ext as CSS
792
+ Rendered text template (0.0ms)
793
+ Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms)
794
+ Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
795
+ Processing by NetzkeController#ext as JS
796
+ Rendered text template (0.0ms)
797
+ Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 0.0ms)
798
+ Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
799
+ Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
800
+ Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
801
+ Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
802
+ Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
803
+ Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
804
+ Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
805
+ Started GET "/assets/custom.js" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
806
+ Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
807
+ Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-03-18 11:05:52 +0700
808
+ Processing by Netzke::TestingController#specs as JS
809
+ Parameters: {"name"=>"foo"}
810
+ Rendered text template (0.0ms)
811
+ Completed 200 OK in 132ms (Views: 0.5ms | ActiveRecord: 0.0ms)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netzke-testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Gorin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-16 00:00:00.000000000 Z
11
+ date: 2015-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coffee-script