netzke-testing 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/config/routes.rb +8 -0
- data/lib/netzke/testing/version.rb +1 -1
- data/netzke-testing.gemspec +3 -4
- data/spec/features/foo_spec.rb +7 -0
- data/spec/features/javascripts/foo.js.coffee +6 -0
- data/spec/rails_app/Gemfile +47 -0
- data/spec/rails_app/Gemfile.lock +171 -0
- data/spec/rails_app/README.rdoc +28 -0
- data/spec/rails_app/Rakefile +6 -0
- data/spec/rails_app/app/assets/javascripts/application.js +16 -0
- data/spec/rails_app/app/assets/javascripts/custom.js +0 -0
- data/spec/rails_app/app/assets/stylesheets/application.css +15 -0
- data/spec/rails_app/app/components/foo.rb +6 -0
- data/spec/rails_app/app/controllers/application_controller.rb +5 -0
- data/spec/rails_app/app/helpers/application_helper.rb +2 -0
- data/spec/rails_app/app/views/layouts/application.html.erb +14 -0
- data/spec/rails_app/bin/bundle +3 -0
- data/spec/rails_app/bin/rails +8 -0
- data/spec/rails_app/bin/rake +8 -0
- data/spec/rails_app/bin/setup +29 -0
- data/spec/rails_app/bin/spring +18 -0
- data/spec/rails_app/config.ru +4 -0
- data/spec/rails_app/config/application.rb +29 -0
- data/spec/rails_app/config/boot.rb +5 -0
- data/spec/rails_app/config/database.yml +25 -0
- data/spec/rails_app/config/environment.rb +5 -0
- data/spec/rails_app/config/environments/development.rb +41 -0
- data/spec/rails_app/config/environments/production.rb +79 -0
- data/spec/rails_app/config/environments/test.rb +42 -0
- data/spec/rails_app/config/initializers/assets.rb +11 -0
- data/spec/rails_app/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/rails_app/config/initializers/cookies_serializer.rb +3 -0
- data/spec/rails_app/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/rails_app/config/initializers/inflections.rb +16 -0
- data/spec/rails_app/config/initializers/mime_types.rb +4 -0
- data/spec/rails_app/config/initializers/netzke_testing.rb +4 -0
- data/spec/rails_app/config/initializers/session_store.rb +3 -0
- data/spec/rails_app/config/initializers/wrap_parameters.rb +14 -0
- data/spec/rails_app/config/locales/en.yml +23 -0
- data/spec/rails_app/config/routes.rb +3 -0
- data/spec/rails_app/config/secrets.yml +22 -0
- data/spec/rails_app/db/development.sqlite3 +0 -0
- data/spec/rails_app/db/seeds.rb +7 -0
- data/spec/rails_app/db/test.sqlite3 +0 -0
- data/spec/rails_app/log/development.log +518 -0
- data/spec/rails_app/log/test.log +431 -0
- data/spec/rails_app/public/404.html +67 -0
- data/spec/rails_app/public/422.html +67 -0
- data/spec/rails_app/public/500.html +66 -0
- data/spec/rails_app/public/favicon.ico +0 -0
- data/spec/rails_app/public/robots.txt +5 -0
- data/spec/rails_app/test/test_helper.rb +10 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/1ec8d2bd73a25dacc03b06d7e561bab0 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/3055607d4a01c24bb30f86d38b66be76 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/364f56c42953643bff73d0d14051f406 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/48d1d24065c75bfe3bbf00f303e233d0 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/4d2a90e455a595f51101e7e94572384e +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/5da2225b8b1ca6c070d06b98bbb94452 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/71ff3ab765090b6daa27969f6eb56fd0 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/7250cf6654022ff231aed2eaa0ce7b5f +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/78fe20223c36898325a9c4b2c5b9523f +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/83ea57e5cb665b7643248a9129870519 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/8411ea481fc20d345affc9abebbea601 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/89f9660384238597a59e787c66e0b2cd +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/8aac9881e31c9e101aee1d7b926c9b5d +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/8ffe76c9f2babb34fe924c4bc1fb9b58 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/91bc8d8ad6e413fa5ab8aba410a129a3 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/9ae207cbf1388d2848f50413af97e3ca +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/9b26c4899cfc5eefc7ae82ccf78e667d +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/a9e045ed0da1e7aeec42ecbaa004f374 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/b0991ffa51c1c366941a555c3643078a +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/b7732372d38c46ae99328022e1fd86c3 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/cc3e6fbec60851d530af0cb3927ae723 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/d1f64ebeb7f5b9680c8c563659247872 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/ddf4385a5814c1c034410ffd071fbac4 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/e032da315be18f628acb87d4f469e052 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/e3c7e415a4520993c2e0029aedbf4890 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/ea8bddcc0e2b1aa79353e4a5d62928fb +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/f3d58f13d1651ab6ed838874cbf4bfbe +0 -0
- data/spec/spec_helper.rb +43 -0
- data/spec/testing_controller_spec.rb +28 -0
- metadata +162 -5
@@ -0,0 +1,67 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>The change you wanted was rejected (422)</title>
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
6
|
+
<style>
|
7
|
+
body {
|
8
|
+
background-color: #EFEFEF;
|
9
|
+
color: #2E2F30;
|
10
|
+
text-align: center;
|
11
|
+
font-family: arial, sans-serif;
|
12
|
+
margin: 0;
|
13
|
+
}
|
14
|
+
|
15
|
+
div.dialog {
|
16
|
+
width: 95%;
|
17
|
+
max-width: 33em;
|
18
|
+
margin: 4em auto 0;
|
19
|
+
}
|
20
|
+
|
21
|
+
div.dialog > div {
|
22
|
+
border: 1px solid #CCC;
|
23
|
+
border-right-color: #999;
|
24
|
+
border-left-color: #999;
|
25
|
+
border-bottom-color: #BBB;
|
26
|
+
border-top: #B00100 solid 4px;
|
27
|
+
border-top-left-radius: 9px;
|
28
|
+
border-top-right-radius: 9px;
|
29
|
+
background-color: white;
|
30
|
+
padding: 7px 12% 0;
|
31
|
+
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
32
|
+
}
|
33
|
+
|
34
|
+
h1 {
|
35
|
+
font-size: 100%;
|
36
|
+
color: #730E15;
|
37
|
+
line-height: 1.5em;
|
38
|
+
}
|
39
|
+
|
40
|
+
div.dialog > p {
|
41
|
+
margin: 0 0 1em;
|
42
|
+
padding: 1em;
|
43
|
+
background-color: #F7F7F7;
|
44
|
+
border: 1px solid #CCC;
|
45
|
+
border-right-color: #999;
|
46
|
+
border-left-color: #999;
|
47
|
+
border-bottom-color: #999;
|
48
|
+
border-bottom-left-radius: 4px;
|
49
|
+
border-bottom-right-radius: 4px;
|
50
|
+
border-top-color: #DADADA;
|
51
|
+
color: #666;
|
52
|
+
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
53
|
+
}
|
54
|
+
</style>
|
55
|
+
</head>
|
56
|
+
|
57
|
+
<body>
|
58
|
+
<!-- This file lives in public/422.html -->
|
59
|
+
<div class="dialog">
|
60
|
+
<div>
|
61
|
+
<h1>The change you wanted was rejected.</h1>
|
62
|
+
<p>Maybe you tried to change something you didn't have access to.</p>
|
63
|
+
</div>
|
64
|
+
<p>If you are the application owner check the logs for more information.</p>
|
65
|
+
</div>
|
66
|
+
</body>
|
67
|
+
</html>
|
@@ -0,0 +1,66 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>We're sorry, but something went wrong (500)</title>
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
6
|
+
<style>
|
7
|
+
body {
|
8
|
+
background-color: #EFEFEF;
|
9
|
+
color: #2E2F30;
|
10
|
+
text-align: center;
|
11
|
+
font-family: arial, sans-serif;
|
12
|
+
margin: 0;
|
13
|
+
}
|
14
|
+
|
15
|
+
div.dialog {
|
16
|
+
width: 95%;
|
17
|
+
max-width: 33em;
|
18
|
+
margin: 4em auto 0;
|
19
|
+
}
|
20
|
+
|
21
|
+
div.dialog > div {
|
22
|
+
border: 1px solid #CCC;
|
23
|
+
border-right-color: #999;
|
24
|
+
border-left-color: #999;
|
25
|
+
border-bottom-color: #BBB;
|
26
|
+
border-top: #B00100 solid 4px;
|
27
|
+
border-top-left-radius: 9px;
|
28
|
+
border-top-right-radius: 9px;
|
29
|
+
background-color: white;
|
30
|
+
padding: 7px 12% 0;
|
31
|
+
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
32
|
+
}
|
33
|
+
|
34
|
+
h1 {
|
35
|
+
font-size: 100%;
|
36
|
+
color: #730E15;
|
37
|
+
line-height: 1.5em;
|
38
|
+
}
|
39
|
+
|
40
|
+
div.dialog > p {
|
41
|
+
margin: 0 0 1em;
|
42
|
+
padding: 1em;
|
43
|
+
background-color: #F7F7F7;
|
44
|
+
border: 1px solid #CCC;
|
45
|
+
border-right-color: #999;
|
46
|
+
border-left-color: #999;
|
47
|
+
border-bottom-color: #999;
|
48
|
+
border-bottom-left-radius: 4px;
|
49
|
+
border-bottom-right-radius: 4px;
|
50
|
+
border-top-color: #DADADA;
|
51
|
+
color: #666;
|
52
|
+
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
53
|
+
}
|
54
|
+
</style>
|
55
|
+
</head>
|
56
|
+
|
57
|
+
<body>
|
58
|
+
<!-- This file lives in public/500.html -->
|
59
|
+
<div class="dialog">
|
60
|
+
<div>
|
61
|
+
<h1>We're sorry, but something went wrong.</h1>
|
62
|
+
</div>
|
63
|
+
<p>If you are the application owner check the logs for more information.</p>
|
64
|
+
</div>
|
65
|
+
</body>
|
66
|
+
</html>
|
File without changes
|
@@ -0,0 +1,10 @@
|
|
1
|
+
ENV['RAILS_ENV'] ||= 'test'
|
2
|
+
require File.expand_path('../../config/environment', __FILE__)
|
3
|
+
require 'rails/test_help'
|
4
|
+
|
5
|
+
class ActiveSupport::TestCase
|
6
|
+
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
|
7
|
+
fixtures :all
|
8
|
+
|
9
|
+
# Add more helper methods to be used by all tests here...
|
10
|
+
end
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/spec/spec_helper.rb
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
# This file is copied to spec/ when you run 'rails generate rspec:install'
|
2
|
+
ENV["RAILS_ENV"] ||= 'test'
|
3
|
+
require File.expand_path("../../spec/rails_app/config/environment", __FILE__)
|
4
|
+
require 'rspec/rails'
|
5
|
+
|
6
|
+
# Requires supporting ruby files with custom matchers and macros, etc,
|
7
|
+
# in spec/support/ and its subdirectories.
|
8
|
+
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
|
9
|
+
require 'netzke/testing'
|
10
|
+
|
11
|
+
RSpec.configure do |config|
|
12
|
+
require 'capybara/rspec'
|
13
|
+
require 'capybara/rails'
|
14
|
+
|
15
|
+
Netzke::Testing.rspec_init(config)
|
16
|
+
|
17
|
+
# ## Mock Framework
|
18
|
+
#
|
19
|
+
# If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
|
20
|
+
#
|
21
|
+
# config.mock_with :mocha
|
22
|
+
# config.mock_with :flexmock
|
23
|
+
# config.mock_with :rr
|
24
|
+
|
25
|
+
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
|
26
|
+
# config.fixture_path = "#{::Rails.root}/spec/fixtures"
|
27
|
+
|
28
|
+
# If you're not using ActiveRecord, or you'd prefer not to run each of your
|
29
|
+
# examples within a transaction, remove the following line or assign false
|
30
|
+
# instead of true.
|
31
|
+
# config.use_transactional_fixtures = true
|
32
|
+
|
33
|
+
# If true, the base class of anonymous controllers will be inferred
|
34
|
+
# automatically. This will be the default behavior in future versions of
|
35
|
+
# rspec-rails.
|
36
|
+
config.infer_base_class_for_anonymous_controllers = false
|
37
|
+
|
38
|
+
# Run specs in random order to surface order dependencies. If you find an
|
39
|
+
# order dependency and want to debug it, you can fix the order by providing
|
40
|
+
# the seed, which is printed after each run.
|
41
|
+
# --seed 1234
|
42
|
+
config.order = "random"
|
43
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
feature Netzke::TestingController do
|
4
|
+
it 'renders Netzke components specified in the URL' do
|
5
|
+
visit '/netzke/components/Foo'
|
6
|
+
page.should have_selector "#foo-netzke"
|
7
|
+
end
|
8
|
+
|
9
|
+
it 'includes custom js into page' do
|
10
|
+
visit '/netzke/components/Foo?spec=true'
|
11
|
+
page.html.should include '<script src="/assets/custom.js"'
|
12
|
+
end
|
13
|
+
|
14
|
+
it 'includes JS helpers' do
|
15
|
+
visit '/netzke/components/Foo?spec=true'
|
16
|
+
page.html.should include 'assets/netzke/testing/helpers/queries'
|
17
|
+
end
|
18
|
+
|
19
|
+
it 'does not include JS helpers when no spec is specified' do
|
20
|
+
visit '/netzke/components/Foo'
|
21
|
+
page.html.should_not include 'assets/netzke/testing/helpers/queries'
|
22
|
+
end
|
23
|
+
|
24
|
+
it 'does not include JS helpers when no-helper param is set to true' do
|
25
|
+
visit '/netzke/components/Foo?no-helpers=true&spec=true'
|
26
|
+
page.html.should_not include 'assets/netzke/testing/helpers/queries'
|
27
|
+
end
|
28
|
+
end
|
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.11.
|
4
|
+
version: 0.11.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-02-
|
11
|
+
date: 2015-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -126,14 +126,14 @@ dependencies:
|
|
126
126
|
name: netzke-core
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
128
128
|
requirements:
|
129
|
-
- -
|
129
|
+
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
131
|
version: 0.11.0
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
|
-
- -
|
136
|
+
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: 0.11.0
|
139
139
|
description: Provides help with developing and testing Netzke components
|
@@ -159,12 +159,91 @@ files:
|
|
159
159
|
- app/helpers/netzke_testing_helper.rb
|
160
160
|
- app/views/layouts/netzke/testing.html.erb
|
161
161
|
- app/views/netzke/index.html.erb
|
162
|
+
- config/routes.rb
|
162
163
|
- lib/netzke-testing.rb
|
163
164
|
- lib/netzke/testing.rb
|
164
165
|
- lib/netzke/testing/engine.rb
|
165
166
|
- lib/netzke/testing/helpers.rb
|
166
167
|
- lib/netzke/testing/version.rb
|
167
168
|
- netzke-testing.gemspec
|
169
|
+
- spec/features/foo_spec.rb
|
170
|
+
- spec/features/javascripts/foo.js.coffee
|
171
|
+
- spec/rails_app/Gemfile
|
172
|
+
- spec/rails_app/Gemfile.lock
|
173
|
+
- spec/rails_app/README.rdoc
|
174
|
+
- spec/rails_app/Rakefile
|
175
|
+
- spec/rails_app/app/assets/javascripts/application.js
|
176
|
+
- spec/rails_app/app/assets/javascripts/custom.js
|
177
|
+
- spec/rails_app/app/assets/stylesheets/application.css
|
178
|
+
- spec/rails_app/app/components/foo.rb
|
179
|
+
- spec/rails_app/app/controllers/application_controller.rb
|
180
|
+
- spec/rails_app/app/helpers/application_helper.rb
|
181
|
+
- spec/rails_app/app/views/layouts/application.html.erb
|
182
|
+
- spec/rails_app/bin/bundle
|
183
|
+
- spec/rails_app/bin/rails
|
184
|
+
- spec/rails_app/bin/rake
|
185
|
+
- spec/rails_app/bin/setup
|
186
|
+
- spec/rails_app/bin/spring
|
187
|
+
- spec/rails_app/config.ru
|
188
|
+
- spec/rails_app/config/application.rb
|
189
|
+
- spec/rails_app/config/boot.rb
|
190
|
+
- spec/rails_app/config/database.yml
|
191
|
+
- spec/rails_app/config/environment.rb
|
192
|
+
- spec/rails_app/config/environments/development.rb
|
193
|
+
- spec/rails_app/config/environments/production.rb
|
194
|
+
- spec/rails_app/config/environments/test.rb
|
195
|
+
- spec/rails_app/config/initializers/assets.rb
|
196
|
+
- spec/rails_app/config/initializers/backtrace_silencers.rb
|
197
|
+
- spec/rails_app/config/initializers/cookies_serializer.rb
|
198
|
+
- spec/rails_app/config/initializers/filter_parameter_logging.rb
|
199
|
+
- spec/rails_app/config/initializers/inflections.rb
|
200
|
+
- spec/rails_app/config/initializers/mime_types.rb
|
201
|
+
- spec/rails_app/config/initializers/netzke_testing.rb
|
202
|
+
- spec/rails_app/config/initializers/session_store.rb
|
203
|
+
- spec/rails_app/config/initializers/wrap_parameters.rb
|
204
|
+
- spec/rails_app/config/locales/en.yml
|
205
|
+
- spec/rails_app/config/routes.rb
|
206
|
+
- spec/rails_app/config/secrets.yml
|
207
|
+
- spec/rails_app/db/development.sqlite3
|
208
|
+
- spec/rails_app/db/seeds.rb
|
209
|
+
- spec/rails_app/db/test.sqlite3
|
210
|
+
- spec/rails_app/log/development.log
|
211
|
+
- spec/rails_app/log/test.log
|
212
|
+
- spec/rails_app/public/404.html
|
213
|
+
- spec/rails_app/public/422.html
|
214
|
+
- spec/rails_app/public/500.html
|
215
|
+
- spec/rails_app/public/favicon.ico
|
216
|
+
- spec/rails_app/public/robots.txt
|
217
|
+
- spec/rails_app/test/test_helper.rb
|
218
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/1ec8d2bd73a25dacc03b06d7e561bab0
|
219
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/3055607d4a01c24bb30f86d38b66be76
|
220
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/364f56c42953643bff73d0d14051f406
|
221
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/48d1d24065c75bfe3bbf00f303e233d0
|
222
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/4d2a90e455a595f51101e7e94572384e
|
223
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/5da2225b8b1ca6c070d06b98bbb94452
|
224
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/71ff3ab765090b6daa27969f6eb56fd0
|
225
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/7250cf6654022ff231aed2eaa0ce7b5f
|
226
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/78fe20223c36898325a9c4b2c5b9523f
|
227
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/83ea57e5cb665b7643248a9129870519
|
228
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/8411ea481fc20d345affc9abebbea601
|
229
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/89f9660384238597a59e787c66e0b2cd
|
230
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/8aac9881e31c9e101aee1d7b926c9b5d
|
231
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/8ffe76c9f2babb34fe924c4bc1fb9b58
|
232
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/91bc8d8ad6e413fa5ab8aba410a129a3
|
233
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/9ae207cbf1388d2848f50413af97e3ca
|
234
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/9b26c4899cfc5eefc7ae82ccf78e667d
|
235
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/a9e045ed0da1e7aeec42ecbaa004f374
|
236
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/b0991ffa51c1c366941a555c3643078a
|
237
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/b7732372d38c46ae99328022e1fd86c3
|
238
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/cc3e6fbec60851d530af0cb3927ae723
|
239
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/d1f64ebeb7f5b9680c8c563659247872
|
240
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/ddf4385a5814c1c034410ffd071fbac4
|
241
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/e032da315be18f628acb87d4f469e052
|
242
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/e3c7e415a4520993c2e0029aedbf4890
|
243
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/ea8bddcc0e2b1aa79353e4a5d62928fb
|
244
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/f3d58f13d1651ab6ed838874cbf4bfbe
|
245
|
+
- spec/spec_helper.rb
|
246
|
+
- spec/testing_controller_spec.rb
|
168
247
|
homepage: http://netzke.org
|
169
248
|
licenses:
|
170
249
|
- MIT
|
@@ -189,5 +268,83 @@ rubygems_version: 2.4.5
|
|
189
268
|
signing_key:
|
190
269
|
specification_version: 4
|
191
270
|
summary: Testing helpers for Netzke applications and gems
|
192
|
-
test_files:
|
271
|
+
test_files:
|
272
|
+
- spec/features/foo_spec.rb
|
273
|
+
- spec/features/javascripts/foo.js.coffee
|
274
|
+
- spec/rails_app/Gemfile
|
275
|
+
- spec/rails_app/Gemfile.lock
|
276
|
+
- spec/rails_app/README.rdoc
|
277
|
+
- spec/rails_app/Rakefile
|
278
|
+
- spec/rails_app/app/assets/javascripts/application.js
|
279
|
+
- spec/rails_app/app/assets/javascripts/custom.js
|
280
|
+
- spec/rails_app/app/assets/stylesheets/application.css
|
281
|
+
- spec/rails_app/app/components/foo.rb
|
282
|
+
- spec/rails_app/app/controllers/application_controller.rb
|
283
|
+
- spec/rails_app/app/helpers/application_helper.rb
|
284
|
+
- spec/rails_app/app/views/layouts/application.html.erb
|
285
|
+
- spec/rails_app/bin/bundle
|
286
|
+
- spec/rails_app/bin/rails
|
287
|
+
- spec/rails_app/bin/rake
|
288
|
+
- spec/rails_app/bin/setup
|
289
|
+
- spec/rails_app/bin/spring
|
290
|
+
- spec/rails_app/config.ru
|
291
|
+
- spec/rails_app/config/application.rb
|
292
|
+
- spec/rails_app/config/boot.rb
|
293
|
+
- spec/rails_app/config/database.yml
|
294
|
+
- spec/rails_app/config/environment.rb
|
295
|
+
- spec/rails_app/config/environments/development.rb
|
296
|
+
- spec/rails_app/config/environments/production.rb
|
297
|
+
- spec/rails_app/config/environments/test.rb
|
298
|
+
- spec/rails_app/config/initializers/assets.rb
|
299
|
+
- spec/rails_app/config/initializers/backtrace_silencers.rb
|
300
|
+
- spec/rails_app/config/initializers/cookies_serializer.rb
|
301
|
+
- spec/rails_app/config/initializers/filter_parameter_logging.rb
|
302
|
+
- spec/rails_app/config/initializers/inflections.rb
|
303
|
+
- spec/rails_app/config/initializers/mime_types.rb
|
304
|
+
- spec/rails_app/config/initializers/netzke_testing.rb
|
305
|
+
- spec/rails_app/config/initializers/session_store.rb
|
306
|
+
- spec/rails_app/config/initializers/wrap_parameters.rb
|
307
|
+
- spec/rails_app/config/locales/en.yml
|
308
|
+
- spec/rails_app/config/routes.rb
|
309
|
+
- spec/rails_app/config/secrets.yml
|
310
|
+
- spec/rails_app/db/development.sqlite3
|
311
|
+
- spec/rails_app/db/seeds.rb
|
312
|
+
- spec/rails_app/db/test.sqlite3
|
313
|
+
- spec/rails_app/log/development.log
|
314
|
+
- spec/rails_app/log/test.log
|
315
|
+
- spec/rails_app/public/404.html
|
316
|
+
- spec/rails_app/public/422.html
|
317
|
+
- spec/rails_app/public/500.html
|
318
|
+
- spec/rails_app/public/favicon.ico
|
319
|
+
- spec/rails_app/public/robots.txt
|
320
|
+
- spec/rails_app/test/test_helper.rb
|
321
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/1ec8d2bd73a25dacc03b06d7e561bab0
|
322
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/3055607d4a01c24bb30f86d38b66be76
|
323
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/364f56c42953643bff73d0d14051f406
|
324
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/48d1d24065c75bfe3bbf00f303e233d0
|
325
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/4d2a90e455a595f51101e7e94572384e
|
326
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/5da2225b8b1ca6c070d06b98bbb94452
|
327
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/71ff3ab765090b6daa27969f6eb56fd0
|
328
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/7250cf6654022ff231aed2eaa0ce7b5f
|
329
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/78fe20223c36898325a9c4b2c5b9523f
|
330
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/83ea57e5cb665b7643248a9129870519
|
331
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/8411ea481fc20d345affc9abebbea601
|
332
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/89f9660384238597a59e787c66e0b2cd
|
333
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/8aac9881e31c9e101aee1d7b926c9b5d
|
334
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/8ffe76c9f2babb34fe924c4bc1fb9b58
|
335
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/91bc8d8ad6e413fa5ab8aba410a129a3
|
336
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/9ae207cbf1388d2848f50413af97e3ca
|
337
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/9b26c4899cfc5eefc7ae82ccf78e667d
|
338
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/a9e045ed0da1e7aeec42ecbaa004f374
|
339
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/b0991ffa51c1c366941a555c3643078a
|
340
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/b7732372d38c46ae99328022e1fd86c3
|
341
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/cc3e6fbec60851d530af0cb3927ae723
|
342
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/d1f64ebeb7f5b9680c8c563659247872
|
343
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/ddf4385a5814c1c034410ffd071fbac4
|
344
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/e032da315be18f628acb87d4f469e052
|
345
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/e3c7e415a4520993c2e0029aedbf4890
|
346
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/ea8bddcc0e2b1aa79353e4a5d62928fb
|
347
|
+
- spec/rails_app/tmp/cache/assets/test/sprockets/f3d58f13d1651ab6ed838874cbf4bfbe
|
348
|
+
- spec/spec_helper.rb
|
349
|
+
- spec/testing_controller_spec.rb
|
193
350
|
has_rdoc:
|