integrity 0.1.9 → 0.1.9.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +57 -31
- data/config/heroku/.gems +4 -0
- data/config/heroku/Rakefile +6 -0
- data/config/heroku/config.ru +7 -0
- data/config/heroku/integrity-config.rb +11 -0
- data/integrity.gemspec +123 -0
- data/lib/integrity.rb +7 -14
- data/lib/integrity/installer.rb +45 -35
- data/lib/integrity/notifier/test.rb +59 -0
- data/lib/integrity/notifier/test/fixtures.rb +108 -0
- data/lib/integrity/notifier/test/hpricot_matcher.rb +38 -0
- data/test/acceptance/build_notifications_test.rb +2 -2
- data/test/acceptance/installer_test.rb +25 -7
- data/test/helpers.rb +1 -1
- data/test/helpers/acceptance.rb +1 -4
- data/test/helpers/fixtures.rb +0 -22
- data/test/unit/notifier/test_test.rb +29 -0
- data/test/unit/project_builder_test.rb +4 -1
- data/vendor/sinatra-ditties/README.rdoc +3 -0
- data/vendor/sinatra-ditties/lib/sinatra/ditties.rb +12 -0
- data/vendor/sinatra-ditties/lib/sinatra/ditties/authorization.rb +61 -0
- data/vendor/sinatra-ditties/lib/sinatra/ditties/mailer.rb +146 -0
- metadata +79 -318
- data/VERSION.yml +0 -4
- data/config/config.ru +0 -29
- data/config/config.yml +0 -34
- data/lib/integrity/notifier/test_helpers.rb +0 -100
- data/vendor/webrat/History.txt +0 -306
- data/vendor/webrat/MIT-LICENSE.txt +0 -19
- data/vendor/webrat/README.rdoc +0 -85
- data/vendor/webrat/Rakefile +0 -151
- data/vendor/webrat/install.rb +0 -1
- data/vendor/webrat/lib/webrat.rb +0 -34
- data/vendor/webrat/lib/webrat/core.rb +0 -14
- data/vendor/webrat/lib/webrat/core/configuration.rb +0 -98
- data/vendor/webrat/lib/webrat/core/elements/area.rb +0 -31
- data/vendor/webrat/lib/webrat/core/elements/element.rb +0 -33
- data/vendor/webrat/lib/webrat/core/elements/field.rb +0 -403
- data/vendor/webrat/lib/webrat/core/elements/form.rb +0 -103
- data/vendor/webrat/lib/webrat/core/elements/label.rb +0 -31
- data/vendor/webrat/lib/webrat/core/elements/link.rb +0 -90
- data/vendor/webrat/lib/webrat/core/elements/select_option.rb +0 -35
- data/vendor/webrat/lib/webrat/core/locators.rb +0 -20
- data/vendor/webrat/lib/webrat/core/locators/area_locator.rb +0 -38
- data/vendor/webrat/lib/webrat/core/locators/button_locator.rb +0 -54
- data/vendor/webrat/lib/webrat/core/locators/field_by_id_locator.rb +0 -37
- data/vendor/webrat/lib/webrat/core/locators/field_labeled_locator.rb +0 -56
- data/vendor/webrat/lib/webrat/core/locators/field_locator.rb +0 -25
- data/vendor/webrat/lib/webrat/core/locators/field_named_locator.rb +0 -41
- data/vendor/webrat/lib/webrat/core/locators/form_locator.rb +0 -19
- data/vendor/webrat/lib/webrat/core/locators/label_locator.rb +0 -34
- data/vendor/webrat/lib/webrat/core/locators/link_locator.rb +0 -66
- data/vendor/webrat/lib/webrat/core/locators/locator.rb +0 -20
- data/vendor/webrat/lib/webrat/core/locators/select_option_locator.rb +0 -59
- data/vendor/webrat/lib/webrat/core/logging.rb +0 -21
- data/vendor/webrat/lib/webrat/core/matchers.rb +0 -4
- data/vendor/webrat/lib/webrat/core/matchers/have_content.rb +0 -73
- data/vendor/webrat/lib/webrat/core/matchers/have_selector.rb +0 -74
- data/vendor/webrat/lib/webrat/core/matchers/have_tag.rb +0 -21
- data/vendor/webrat/lib/webrat/core/matchers/have_xpath.rb +0 -147
- data/vendor/webrat/lib/webrat/core/methods.rb +0 -61
- data/vendor/webrat/lib/webrat/core/mime.rb +0 -29
- data/vendor/webrat/lib/webrat/core/save_and_open_page.rb +0 -50
- data/vendor/webrat/lib/webrat/core/scope.rb +0 -350
- data/vendor/webrat/lib/webrat/core/session.rb +0 -281
- data/vendor/webrat/lib/webrat/core/xml.rb +0 -115
- data/vendor/webrat/lib/webrat/core/xml/hpricot.rb +0 -19
- data/vendor/webrat/lib/webrat/core/xml/nokogiri.rb +0 -76
- data/vendor/webrat/lib/webrat/core/xml/rexml.rb +0 -24
- data/vendor/webrat/lib/webrat/core_extensions/blank.rb +0 -58
- data/vendor/webrat/lib/webrat/core_extensions/deprecate.rb +0 -8
- data/vendor/webrat/lib/webrat/core_extensions/detect_mapped.rb +0 -12
- data/vendor/webrat/lib/webrat/core_extensions/meta_class.rb +0 -6
- data/vendor/webrat/lib/webrat/core_extensions/nil_to_param.rb +0 -5
- data/vendor/webrat/lib/webrat/mechanize.rb +0 -74
- data/vendor/webrat/lib/webrat/merb.rb +0 -9
- data/vendor/webrat/lib/webrat/merb_session.rb +0 -65
- data/vendor/webrat/lib/webrat/rack.rb +0 -24
- data/vendor/webrat/lib/webrat/rails.rb +0 -105
- data/vendor/webrat/lib/webrat/rspec-rails.rb +0 -13
- data/vendor/webrat/lib/webrat/selenium.rb +0 -154
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/button.js +0 -12
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/label.js +0 -16
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webrat.js +0 -5
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlink.js +0 -9
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlinkwithin.js +0 -15
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratselectwithoption.js +0 -5
- data/vendor/webrat/lib/webrat/selenium/matchers.rb +0 -4
- data/vendor/webrat/lib/webrat/selenium/matchers/have_content.rb +0 -66
- data/vendor/webrat/lib/webrat/selenium/matchers/have_selector.rb +0 -49
- data/vendor/webrat/lib/webrat/selenium/matchers/have_tag.rb +0 -72
- data/vendor/webrat/lib/webrat/selenium/matchers/have_xpath.rb +0 -45
- data/vendor/webrat/lib/webrat/selenium/selenium_extensions.js +0 -6
- data/vendor/webrat/lib/webrat/selenium/selenium_session.rb +0 -247
- data/vendor/webrat/lib/webrat/sinatra.rb +0 -44
- data/vendor/webrat/spec/fakes/test_session.rb +0 -34
- data/vendor/webrat/spec/integration/merb/Rakefile +0 -35
- data/vendor/webrat/spec/integration/merb/app/controllers/application.rb +0 -2
- data/vendor/webrat/spec/integration/merb/app/controllers/exceptions.rb +0 -13
- data/vendor/webrat/spec/integration/merb/app/controllers/testing.rb +0 -18
- data/vendor/webrat/spec/integration/merb/app/views/exceptions/not_acceptable.html.erb +0 -63
- data/vendor/webrat/spec/integration/merb/app/views/exceptions/not_found.html.erb +0 -47
- data/vendor/webrat/spec/integration/merb/app/views/layout/application.html.erb +0 -12
- data/vendor/webrat/spec/integration/merb/app/views/testing/show_form.html.erb +0 -27
- data/vendor/webrat/spec/integration/merb/config/environments/development.rb +0 -15
- data/vendor/webrat/spec/integration/merb/config/environments/rake.rb +0 -11
- data/vendor/webrat/spec/integration/merb/config/environments/test.rb +0 -14
- data/vendor/webrat/spec/integration/merb/config/init.rb +0 -25
- data/vendor/webrat/spec/integration/merb/config/rack.rb +0 -11
- data/vendor/webrat/spec/integration/merb/config/router.rb +0 -33
- data/vendor/webrat/spec/integration/merb/spec/spec.opts +0 -1
- data/vendor/webrat/spec/integration/merb/spec/spec_helper.rb +0 -24
- data/vendor/webrat/spec/integration/merb/spec/webrat_spec.rb +0 -32
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/app_script.rb +0 -31
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/common.rb +0 -64
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/gem_ext.rb +0 -124
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/main.thor +0 -150
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/ops.rb +0 -93
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/utils.rb +0 -40
- data/vendor/webrat/spec/integration/rails/Rakefile +0 -30
- data/vendor/webrat/spec/integration/rails/app/controllers/application.rb +0 -15
- data/vendor/webrat/spec/integration/rails/app/controllers/webrat_controller.rb +0 -39
- data/vendor/webrat/spec/integration/rails/app/views/webrat/before_redirect_form.html.erb +0 -4
- data/vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb +0 -28
- data/vendor/webrat/spec/integration/rails/config/boot.rb +0 -109
- data/vendor/webrat/spec/integration/rails/config/environment.rb +0 -12
- data/vendor/webrat/spec/integration/rails/config/environments/development.rb +0 -17
- data/vendor/webrat/spec/integration/rails/config/environments/selenium.rb +0 -22
- data/vendor/webrat/spec/integration/rails/config/environments/test.rb +0 -22
- data/vendor/webrat/spec/integration/rails/config/initializers/inflections.rb +0 -10
- data/vendor/webrat/spec/integration/rails/config/initializers/mime_types.rb +0 -5
- data/vendor/webrat/spec/integration/rails/config/initializers/new_rails_defaults.rb +0 -17
- data/vendor/webrat/spec/integration/rails/config/locales/en.yml +0 -5
- data/vendor/webrat/spec/integration/rails/config/routes.rb +0 -14
- data/vendor/webrat/spec/integration/rails/public/404.html +0 -30
- data/vendor/webrat/spec/integration/rails/public/422.html +0 -30
- data/vendor/webrat/spec/integration/rails/public/500.html +0 -33
- data/vendor/webrat/spec/integration/rails/script/about +0 -4
- data/vendor/webrat/spec/integration/rails/script/console +0 -3
- data/vendor/webrat/spec/integration/rails/script/dbconsole +0 -3
- data/vendor/webrat/spec/integration/rails/script/destroy +0 -3
- data/vendor/webrat/spec/integration/rails/script/generate +0 -3
- data/vendor/webrat/spec/integration/rails/script/performance/benchmarker +0 -3
- data/vendor/webrat/spec/integration/rails/script/performance/profiler +0 -3
- data/vendor/webrat/spec/integration/rails/script/performance/request +0 -3
- data/vendor/webrat/spec/integration/rails/script/plugin +0 -3
- data/vendor/webrat/spec/integration/rails/script/process/inspector +0 -3
- data/vendor/webrat/spec/integration/rails/script/process/reaper +0 -3
- data/vendor/webrat/spec/integration/rails/script/process/spawner +0 -3
- data/vendor/webrat/spec/integration/rails/script/runner +0 -3
- data/vendor/webrat/spec/integration/rails/script/server +0 -3
- data/vendor/webrat/spec/integration/rails/test/integration/webrat_test.rb +0 -80
- data/vendor/webrat/spec/integration/rails/test/test_helper.rb +0 -25
- data/vendor/webrat/spec/integration/sinatra/Rakefile +0 -5
- data/vendor/webrat/spec/integration/sinatra/classic_app.rb +0 -64
- data/vendor/webrat/spec/integration/sinatra/modular_app.rb +0 -16
- data/vendor/webrat/spec/integration/sinatra/test/classic_app_test.rb +0 -37
- data/vendor/webrat/spec/integration/sinatra/test/modular_app_test.rb +0 -18
- data/vendor/webrat/spec/integration/sinatra/test/test_helper.rb +0 -16
- data/vendor/webrat/spec/private/core/configuration_spec.rb +0 -104
- data/vendor/webrat/spec/private/core/field_spec.rb +0 -67
- data/vendor/webrat/spec/private/core/link_spec.rb +0 -24
- data/vendor/webrat/spec/private/core/logging_spec.rb +0 -10
- data/vendor/webrat/spec/private/core/session_spec.rb +0 -198
- data/vendor/webrat/spec/private/mechanize/mechanize_session_spec.rb +0 -81
- data/vendor/webrat/spec/private/merb/merb_session_spec.rb +0 -42
- data/vendor/webrat/spec/private/nokogiri_spec.rb +0 -77
- data/vendor/webrat/spec/private/rails/attaches_file_spec.rb +0 -81
- data/vendor/webrat/spec/private/rails/rails_session_spec.rb +0 -110
- data/vendor/webrat/spec/private/selenium/selenium_session_spec.rb +0 -44
- data/vendor/webrat/spec/private/selenium/selenium_spec.rb +0 -109
- data/vendor/webrat/spec/public/basic_auth_spec.rb +0 -24
- data/vendor/webrat/spec/public/check_spec.rb +0 -191
- data/vendor/webrat/spec/public/choose_spec.rb +0 -118
- data/vendor/webrat/spec/public/click_area_spec.rb +0 -106
- data/vendor/webrat/spec/public/click_button_spec.rb +0 -502
- data/vendor/webrat/spec/public/click_link_spec.rb +0 -469
- data/vendor/webrat/spec/public/fill_in_spec.rb +0 -209
- data/vendor/webrat/spec/public/locators/field_by_xpath_spec.rb +0 -19
- data/vendor/webrat/spec/public/locators/field_labeled_spec.rb +0 -157
- data/vendor/webrat/spec/public/locators/field_with_id_spec.rb +0 -16
- data/vendor/webrat/spec/public/matchers/contain_spec.rb +0 -114
- data/vendor/webrat/spec/public/matchers/have_selector_spec.rb +0 -135
- data/vendor/webrat/spec/public/matchers/have_tag_spec.rb +0 -39
- data/vendor/webrat/spec/public/matchers/have_xpath_spec.rb +0 -123
- data/vendor/webrat/spec/public/reload_spec.rb +0 -10
- data/vendor/webrat/spec/public/save_and_open_spec.rb +0 -51
- data/vendor/webrat/spec/public/select_date_spec.rb +0 -88
- data/vendor/webrat/spec/public/select_datetime_spec.rb +0 -106
- data/vendor/webrat/spec/public/select_spec.rb +0 -246
- data/vendor/webrat/spec/public/select_time_spec.rb +0 -79
- data/vendor/webrat/spec/public/set_hidden_field_spec.rb +0 -5
- data/vendor/webrat/spec/public/submit_form_spec.rb +0 -5
- data/vendor/webrat/spec/public/visit_spec.rb +0 -58
- data/vendor/webrat/spec/public/within_spec.rb +0 -177
- data/vendor/webrat/spec/rcov.opts +0 -1
- data/vendor/webrat/spec/spec.opts +0 -2
- data/vendor/webrat/spec/spec_helper.rb +0 -50
- data/vendor/webrat/vendor/selenium-server.jar +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: integrity
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.9
|
4
|
+
version: 0.1.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "Nicol\xC3\xA1s Sanguinetti"
|
@@ -10,8 +10,8 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2009-03-
|
14
|
-
default_executable:
|
13
|
+
date: 2009-03-16 00:00:00 +01:00
|
14
|
+
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: sinatra
|
@@ -73,16 +73,6 @@ dependencies:
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: "0"
|
75
75
|
version:
|
76
|
-
- !ruby/object:Gem::Dependency
|
77
|
-
name: foca-sinatra-ditties
|
78
|
-
type: :runtime
|
79
|
-
version_requirement:
|
80
|
-
version_requirements: !ruby/object:Gem::Requirement
|
81
|
-
requirements:
|
82
|
-
- - ">="
|
83
|
-
- !ruby/object:Gem::Version
|
84
|
-
version: 0.0.3
|
85
|
-
version:
|
86
76
|
- !ruby/object:Gem::Dependency
|
87
77
|
name: thor
|
88
78
|
type: :runtime
|
@@ -94,340 +84,111 @@ dependencies:
|
|
94
84
|
version: "0"
|
95
85
|
version:
|
96
86
|
description: Your Friendly Continuous Integration server. Easy, fun and painless!
|
97
|
-
email:
|
87
|
+
email: info@integrityapp.com
|
98
88
|
executables:
|
99
89
|
- integrity
|
100
90
|
extensions: []
|
101
91
|
|
102
|
-
extra_rdoc_files:
|
103
|
-
|
92
|
+
extra_rdoc_files: []
|
93
|
+
|
104
94
|
files:
|
105
|
-
- Rakefile
|
106
95
|
- README.markdown
|
107
|
-
-
|
96
|
+
- Rakefile
|
108
97
|
- bin/integrity
|
109
|
-
-
|
110
|
-
-
|
111
|
-
-
|
112
|
-
-
|
113
|
-
-
|
114
|
-
-
|
115
|
-
-
|
98
|
+
- config/config.sample.ru
|
99
|
+
- config/config.sample.yml
|
100
|
+
- config/heroku/.gems
|
101
|
+
- config/heroku/Rakefile
|
102
|
+
- config/heroku/config.ru
|
103
|
+
- config/heroku/integrity-config.rb
|
104
|
+
- config/thin.sample.yml
|
105
|
+
- integrity.gemspec
|
106
|
+
- lib/integrity.rb
|
116
107
|
- lib/integrity/app.rb
|
117
|
-
- lib/integrity/build.rb
|
118
|
-
- lib/integrity/scm
|
119
|
-
- lib/integrity/scm/git.rb
|
120
|
-
- lib/integrity/scm/git
|
121
|
-
- lib/integrity/scm/git/uri.rb
|
122
108
|
- lib/integrity/author.rb
|
123
|
-
- lib/integrity/
|
124
|
-
- lib/integrity/
|
125
|
-
- lib/integrity/
|
126
|
-
- lib/integrity/helpers
|
127
|
-
- lib/integrity/helpers/rendering.rb
|
109
|
+
- lib/integrity/build.rb
|
110
|
+
- lib/integrity/commit.rb
|
111
|
+
- lib/integrity/core_ext/object.rb
|
112
|
+
- lib/integrity/helpers.rb
|
128
113
|
- lib/integrity/helpers/authorization.rb
|
129
|
-
- lib/integrity/helpers/forms.rb
|
130
|
-
- lib/integrity/helpers/resources.rb
|
131
114
|
- lib/integrity/helpers/breadcrumbs.rb
|
115
|
+
- lib/integrity/helpers/forms.rb
|
132
116
|
- lib/integrity/helpers/pretty_output.rb
|
117
|
+
- lib/integrity/helpers/rendering.rb
|
118
|
+
- lib/integrity/helpers/resources.rb
|
133
119
|
- lib/integrity/helpers/urls.rb
|
134
|
-
- lib/integrity/
|
120
|
+
- lib/integrity/installer.rb
|
121
|
+
- lib/integrity/migrations.rb
|
122
|
+
- lib/integrity/notifier.rb
|
135
123
|
- lib/integrity/notifier/base.rb
|
136
|
-
- lib/integrity/notifier/
|
137
|
-
- lib/integrity/
|
138
|
-
- lib/integrity.rb
|
139
|
-
-
|
140
|
-
-
|
141
|
-
-
|
142
|
-
-
|
143
|
-
-
|
144
|
-
- views/layout.haml
|
145
|
-
- views/project.builder
|
146
|
-
- views/_commit_info.haml
|
147
|
-
- views/project.haml
|
148
|
-
- views/build.haml
|
149
|
-
- views/home.haml
|
150
|
-
- views/integrity.sass
|
124
|
+
- lib/integrity/notifier/test.rb
|
125
|
+
- lib/integrity/notifier/test/fixtures.rb
|
126
|
+
- lib/integrity/notifier/test/hpricot_matcher.rb
|
127
|
+
- lib/integrity/project.rb
|
128
|
+
- lib/integrity/project_builder.rb
|
129
|
+
- lib/integrity/scm.rb
|
130
|
+
- lib/integrity/scm/git.rb
|
131
|
+
- lib/integrity/scm/git/uri.rb
|
151
132
|
- public/buttons.css
|
152
|
-
- public/spinner.gif
|
153
133
|
- public/reset.css
|
154
|
-
-
|
155
|
-
- config/thin.sample.yml
|
156
|
-
- config/config.sample.ru
|
157
|
-
- config/config.yml
|
158
|
-
- config/config.sample.yml
|
159
|
-
- test/helpers.rb
|
160
|
-
- test/acceptance
|
161
|
-
- test/acceptance/build_notifications_test.rb
|
162
|
-
- test/acceptance/notifier_test.rb
|
163
|
-
- test/acceptance/manual_build_project_test.rb
|
164
|
-
- test/acceptance/helpers.rb
|
165
|
-
- test/acceptance/stylesheet_test.rb
|
134
|
+
- public/spinner.gif
|
166
135
|
- test/acceptance/api_test.rb
|
167
|
-
- test/acceptance/
|
168
|
-
- test/acceptance/error_page_test.rb
|
136
|
+
- test/acceptance/browse_project_builds_test.rb
|
169
137
|
- test/acceptance/browse_project_test.rb
|
170
|
-
- test/acceptance/
|
171
|
-
- test/acceptance/delete_project_test.rb
|
138
|
+
- test/acceptance/build_notifications_test.rb
|
172
139
|
- test/acceptance/create_project_test.rb
|
140
|
+
- test/acceptance/delete_project_test.rb
|
141
|
+
- test/acceptance/edit_project_test.rb
|
142
|
+
- test/acceptance/error_page_test.rb
|
143
|
+
- test/acceptance/helpers.rb
|
173
144
|
- test/acceptance/installer_test.rb
|
174
|
-
- test/acceptance/
|
175
|
-
- test/
|
176
|
-
- test/
|
177
|
-
- test/
|
178
|
-
- test/
|
179
|
-
- test/unit/project_builder_test.rb
|
180
|
-
- test/unit/build_test.rb
|
181
|
-
- test/unit/project_test.rb
|
182
|
-
- test/unit/commit_test.rb
|
183
|
-
- test/unit/scm_test.rb
|
184
|
-
- test/unit/integrity_test.rb
|
185
|
-
- test/helpers
|
186
|
-
- test/helpers/expectations.rb
|
145
|
+
- test/acceptance/manual_build_project_test.rb
|
146
|
+
- test/acceptance/notifier_test.rb
|
147
|
+
- test/acceptance/project_syndication_test.rb
|
148
|
+
- test/acceptance/stylesheet_test.rb
|
149
|
+
- test/helpers.rb
|
187
150
|
- test/helpers/acceptance.rb
|
188
|
-
- test/helpers/acceptance
|
189
151
|
- test/helpers/acceptance/email_notifier.rb
|
190
|
-
- test/helpers/acceptance/textfile_notifier.rb
|
191
152
|
- test/helpers/acceptance/git_helper.rb
|
192
|
-
- test/helpers/
|
193
|
-
- test/helpers/expectations
|
153
|
+
- test/helpers/acceptance/textfile_notifier.rb
|
154
|
+
- test/helpers/expectations.rb
|
194
155
|
- test/helpers/expectations/be_a.rb
|
195
|
-
- test/helpers/expectations/predicates.rb
|
196
156
|
- test/helpers/expectations/change.rb
|
157
|
+
- test/helpers/expectations/have.rb
|
158
|
+
- test/helpers/expectations/predicates.rb
|
197
159
|
- test/helpers/fixtures.rb
|
198
160
|
- test/helpers/initial_migration_fixture.sql
|
199
|
-
-
|
200
|
-
-
|
201
|
-
-
|
202
|
-
-
|
203
|
-
-
|
204
|
-
-
|
205
|
-
-
|
206
|
-
-
|
207
|
-
-
|
208
|
-
-
|
209
|
-
- vendor/
|
210
|
-
- vendor/
|
211
|
-
- vendor/
|
212
|
-
- vendor/
|
213
|
-
-
|
214
|
-
-
|
215
|
-
-
|
216
|
-
-
|
217
|
-
-
|
218
|
-
-
|
219
|
-
-
|
220
|
-
-
|
221
|
-
-
|
222
|
-
-
|
223
|
-
-
|
224
|
-
-
|
225
|
-
|
226
|
-
- vendor/webrat/spec/public/matchers/contain_spec.rb
|
227
|
-
- vendor/webrat/spec/public/matchers/have_selector_spec.rb
|
228
|
-
- vendor/webrat/spec/public/matchers/have_xpath_spec.rb
|
229
|
-
- vendor/webrat/spec/public/matchers/have_tag_spec.rb
|
230
|
-
- vendor/webrat/spec/public/fill_in_spec.rb
|
231
|
-
- vendor/webrat/spec/public/click_area_spec.rb
|
232
|
-
- vendor/webrat/spec/public/select_date_spec.rb
|
233
|
-
- vendor/webrat/spec/public/visit_spec.rb
|
234
|
-
- vendor/webrat/spec/public/within_spec.rb
|
235
|
-
- vendor/webrat/spec/public/check_spec.rb
|
236
|
-
- vendor/webrat/spec/public/submit_form_spec.rb
|
237
|
-
- vendor/webrat/spec/public/locators
|
238
|
-
- vendor/webrat/spec/public/locators/field_with_id_spec.rb
|
239
|
-
- vendor/webrat/spec/public/locators/field_labeled_spec.rb
|
240
|
-
- vendor/webrat/spec/public/locators/field_by_xpath_spec.rb
|
241
|
-
- vendor/webrat/spec/public/select_datetime_spec.rb
|
242
|
-
- vendor/webrat/spec/public/reload_spec.rb
|
243
|
-
- vendor/webrat/spec/public/choose_spec.rb
|
244
|
-
- vendor/webrat/spec/public/click_link_spec.rb
|
245
|
-
- vendor/webrat/spec/public/click_button_spec.rb
|
246
|
-
- vendor/webrat/spec/public/basic_auth_spec.rb
|
247
|
-
- vendor/webrat/spec/public/save_and_open_spec.rb
|
248
|
-
- vendor/webrat/spec/integration
|
249
|
-
- vendor/webrat/spec/integration/sinatra
|
250
|
-
- vendor/webrat/spec/integration/sinatra/modular_app.rb
|
251
|
-
- vendor/webrat/spec/integration/sinatra/classic_app.rb
|
252
|
-
- vendor/webrat/spec/integration/sinatra/test
|
253
|
-
- vendor/webrat/spec/integration/sinatra/test/modular_app_test.rb
|
254
|
-
- vendor/webrat/spec/integration/sinatra/test/classic_app_test.rb
|
255
|
-
- vendor/webrat/spec/integration/sinatra/test/test_helper.rb
|
256
|
-
- vendor/webrat/spec/integration/sinatra/Rakefile
|
257
|
-
- vendor/webrat/spec/integration/rails
|
258
|
-
- vendor/webrat/spec/integration/rails/test
|
259
|
-
- vendor/webrat/spec/integration/rails/test/integration
|
260
|
-
- vendor/webrat/spec/integration/rails/test/integration/webrat_test.rb
|
261
|
-
- vendor/webrat/spec/integration/rails/test/test_helper.rb
|
262
|
-
- vendor/webrat/spec/integration/rails/app
|
263
|
-
- vendor/webrat/spec/integration/rails/app/controllers
|
264
|
-
- vendor/webrat/spec/integration/rails/app/controllers/webrat_controller.rb
|
265
|
-
- vendor/webrat/spec/integration/rails/app/controllers/application.rb
|
266
|
-
- vendor/webrat/spec/integration/rails/app/views
|
267
|
-
- vendor/webrat/spec/integration/rails/app/views/webrat
|
268
|
-
- vendor/webrat/spec/integration/rails/app/views/webrat/before_redirect_form.html.erb
|
269
|
-
- vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb
|
270
|
-
- vendor/webrat/spec/integration/rails/script
|
271
|
-
- vendor/webrat/spec/integration/rails/script/plugin
|
272
|
-
- vendor/webrat/spec/integration/rails/script/process
|
273
|
-
- vendor/webrat/spec/integration/rails/script/process/spawner
|
274
|
-
- vendor/webrat/spec/integration/rails/script/process/reaper
|
275
|
-
- vendor/webrat/spec/integration/rails/script/process/inspector
|
276
|
-
- vendor/webrat/spec/integration/rails/script/about
|
277
|
-
- vendor/webrat/spec/integration/rails/script/runner
|
278
|
-
- vendor/webrat/spec/integration/rails/script/performance
|
279
|
-
- vendor/webrat/spec/integration/rails/script/performance/benchmarker
|
280
|
-
- vendor/webrat/spec/integration/rails/script/performance/profiler
|
281
|
-
- vendor/webrat/spec/integration/rails/script/performance/request
|
282
|
-
- vendor/webrat/spec/integration/rails/script/console
|
283
|
-
- vendor/webrat/spec/integration/rails/script/dbconsole
|
284
|
-
- vendor/webrat/spec/integration/rails/script/server
|
285
|
-
- vendor/webrat/spec/integration/rails/script/destroy
|
286
|
-
- vendor/webrat/spec/integration/rails/script/generate
|
287
|
-
- vendor/webrat/spec/integration/rails/config
|
288
|
-
- vendor/webrat/spec/integration/rails/config/environments
|
289
|
-
- vendor/webrat/spec/integration/rails/config/environments/selenium.rb
|
290
|
-
- vendor/webrat/spec/integration/rails/config/environments/test.rb
|
291
|
-
- vendor/webrat/spec/integration/rails/config/environments/development.rb
|
292
|
-
- vendor/webrat/spec/integration/rails/config/initializers
|
293
|
-
- vendor/webrat/spec/integration/rails/config/initializers/mime_types.rb
|
294
|
-
- vendor/webrat/spec/integration/rails/config/initializers/new_rails_defaults.rb
|
295
|
-
- vendor/webrat/spec/integration/rails/config/initializers/inflections.rb
|
296
|
-
- vendor/webrat/spec/integration/rails/config/routes.rb
|
297
|
-
- vendor/webrat/spec/integration/rails/config/locales
|
298
|
-
- vendor/webrat/spec/integration/rails/config/locales/en.yml
|
299
|
-
- vendor/webrat/spec/integration/rails/config/boot.rb
|
300
|
-
- vendor/webrat/spec/integration/rails/config/environment.rb
|
301
|
-
- vendor/webrat/spec/integration/rails/public
|
302
|
-
- vendor/webrat/spec/integration/rails/public/404.html
|
303
|
-
- vendor/webrat/spec/integration/rails/public/422.html
|
304
|
-
- vendor/webrat/spec/integration/rails/public/500.html
|
305
|
-
- vendor/webrat/spec/integration/rails/Rakefile
|
306
|
-
- vendor/webrat/spec/integration/merb
|
307
|
-
- vendor/webrat/spec/integration/merb/tasks
|
308
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor
|
309
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor/main.thor
|
310
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor/gem_ext.rb
|
311
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor/utils.rb
|
312
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor/ops.rb
|
313
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor/common.rb
|
314
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor/app_script.rb
|
315
|
-
- vendor/webrat/spec/integration/merb/app
|
316
|
-
- vendor/webrat/spec/integration/merb/app/controllers
|
317
|
-
- vendor/webrat/spec/integration/merb/app/controllers/exceptions.rb
|
318
|
-
- vendor/webrat/spec/integration/merb/app/controllers/testing.rb
|
319
|
-
- vendor/webrat/spec/integration/merb/app/controllers/application.rb
|
320
|
-
- vendor/webrat/spec/integration/merb/app/views
|
321
|
-
- vendor/webrat/spec/integration/merb/app/views/layout
|
322
|
-
- vendor/webrat/spec/integration/merb/app/views/layout/application.html.erb
|
323
|
-
- vendor/webrat/spec/integration/merb/app/views/exceptions
|
324
|
-
- vendor/webrat/spec/integration/merb/app/views/exceptions/not_found.html.erb
|
325
|
-
- vendor/webrat/spec/integration/merb/app/views/exceptions/not_acceptable.html.erb
|
326
|
-
- vendor/webrat/spec/integration/merb/app/views/testing
|
327
|
-
- vendor/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
|
328
|
-
- vendor/webrat/spec/integration/merb/config
|
329
|
-
- vendor/webrat/spec/integration/merb/config/environments
|
330
|
-
- vendor/webrat/spec/integration/merb/config/environments/rake.rb
|
331
|
-
- vendor/webrat/spec/integration/merb/config/environments/test.rb
|
332
|
-
- vendor/webrat/spec/integration/merb/config/environments/development.rb
|
333
|
-
- vendor/webrat/spec/integration/merb/config/rack.rb
|
334
|
-
- vendor/webrat/spec/integration/merb/config/router.rb
|
335
|
-
- vendor/webrat/spec/integration/merb/config/init.rb
|
336
|
-
- vendor/webrat/spec/integration/merb/spec
|
337
|
-
- vendor/webrat/spec/integration/merb/spec/spec_helper.rb
|
338
|
-
- vendor/webrat/spec/integration/merb/spec/webrat_spec.rb
|
339
|
-
- vendor/webrat/spec/integration/merb/spec/spec.opts
|
340
|
-
- vendor/webrat/spec/integration/merb/Rakefile
|
341
|
-
- vendor/webrat/spec/fakes
|
342
|
-
- vendor/webrat/spec/fakes/test_session.rb
|
343
|
-
- vendor/webrat/spec/spec.opts
|
344
|
-
- vendor/webrat/spec/rcov.opts
|
345
|
-
- vendor/webrat/vendor
|
346
|
-
- vendor/webrat/vendor/selenium-server.jar
|
347
|
-
- vendor/webrat/lib
|
348
|
-
- vendor/webrat/lib/webrat.rb
|
349
|
-
- vendor/webrat/lib/webrat
|
350
|
-
- vendor/webrat/lib/webrat/selenium.rb
|
351
|
-
- vendor/webrat/lib/webrat/core_extensions
|
352
|
-
- vendor/webrat/lib/webrat/core_extensions/blank.rb
|
353
|
-
- vendor/webrat/lib/webrat/core_extensions/nil_to_param.rb
|
354
|
-
- vendor/webrat/lib/webrat/core_extensions/meta_class.rb
|
355
|
-
- vendor/webrat/lib/webrat/core_extensions/deprecate.rb
|
356
|
-
- vendor/webrat/lib/webrat/core_extensions/detect_mapped.rb
|
357
|
-
- vendor/webrat/lib/webrat/core
|
358
|
-
- vendor/webrat/lib/webrat/core/matchers
|
359
|
-
- vendor/webrat/lib/webrat/core/matchers/have_tag.rb
|
360
|
-
- vendor/webrat/lib/webrat/core/matchers/have_xpath.rb
|
361
|
-
- vendor/webrat/lib/webrat/core/matchers/have_content.rb
|
362
|
-
- vendor/webrat/lib/webrat/core/matchers/have_selector.rb
|
363
|
-
- vendor/webrat/lib/webrat/core/logging.rb
|
364
|
-
- vendor/webrat/lib/webrat/core/configuration.rb
|
365
|
-
- vendor/webrat/lib/webrat/core/xml.rb
|
366
|
-
- vendor/webrat/lib/webrat/core/mime.rb
|
367
|
-
- vendor/webrat/lib/webrat/core/save_and_open_page.rb
|
368
|
-
- vendor/webrat/lib/webrat/core/locators
|
369
|
-
- vendor/webrat/lib/webrat/core/locators/area_locator.rb
|
370
|
-
- vendor/webrat/lib/webrat/core/locators/locator.rb
|
371
|
-
- vendor/webrat/lib/webrat/core/locators/label_locator.rb
|
372
|
-
- vendor/webrat/lib/webrat/core/locators/field_labeled_locator.rb
|
373
|
-
- vendor/webrat/lib/webrat/core/locators/button_locator.rb
|
374
|
-
- vendor/webrat/lib/webrat/core/locators/select_option_locator.rb
|
375
|
-
- vendor/webrat/lib/webrat/core/locators/field_by_id_locator.rb
|
376
|
-
- vendor/webrat/lib/webrat/core/locators/form_locator.rb
|
377
|
-
- vendor/webrat/lib/webrat/core/locators/field_named_locator.rb
|
378
|
-
- vendor/webrat/lib/webrat/core/locators/link_locator.rb
|
379
|
-
- vendor/webrat/lib/webrat/core/locators/field_locator.rb
|
380
|
-
- vendor/webrat/lib/webrat/core/scope.rb
|
381
|
-
- vendor/webrat/lib/webrat/core/xml
|
382
|
-
- vendor/webrat/lib/webrat/core/xml/rexml.rb
|
383
|
-
- vendor/webrat/lib/webrat/core/xml/hpricot.rb
|
384
|
-
- vendor/webrat/lib/webrat/core/xml/nokogiri.rb
|
385
|
-
- vendor/webrat/lib/webrat/core/elements
|
386
|
-
- vendor/webrat/lib/webrat/core/elements/element.rb
|
387
|
-
- vendor/webrat/lib/webrat/core/elements/link.rb
|
388
|
-
- vendor/webrat/lib/webrat/core/elements/field.rb
|
389
|
-
- vendor/webrat/lib/webrat/core/elements/form.rb
|
390
|
-
- vendor/webrat/lib/webrat/core/elements/area.rb
|
391
|
-
- vendor/webrat/lib/webrat/core/elements/select_option.rb
|
392
|
-
- vendor/webrat/lib/webrat/core/elements/label.rb
|
393
|
-
- vendor/webrat/lib/webrat/core/session.rb
|
394
|
-
- vendor/webrat/lib/webrat/core/methods.rb
|
395
|
-
- vendor/webrat/lib/webrat/core/matchers.rb
|
396
|
-
- vendor/webrat/lib/webrat/core/locators.rb
|
397
|
-
- vendor/webrat/lib/webrat/core.rb
|
398
|
-
- vendor/webrat/lib/webrat/mechanize.rb
|
399
|
-
- vendor/webrat/lib/webrat/selenium
|
400
|
-
- vendor/webrat/lib/webrat/selenium/selenium_session.rb
|
401
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript
|
402
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlink.js
|
403
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webrat.js
|
404
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript/button.js
|
405
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratselectwithoption.js
|
406
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript/label.js
|
407
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlinkwithin.js
|
408
|
-
- vendor/webrat/lib/webrat/selenium/matchers
|
409
|
-
- vendor/webrat/lib/webrat/selenium/matchers/have_tag.rb
|
410
|
-
- vendor/webrat/lib/webrat/selenium/matchers/have_xpath.rb
|
411
|
-
- vendor/webrat/lib/webrat/selenium/matchers/have_content.rb
|
412
|
-
- vendor/webrat/lib/webrat/selenium/matchers/have_selector.rb
|
413
|
-
- vendor/webrat/lib/webrat/selenium/selenium_extensions.js
|
414
|
-
- vendor/webrat/lib/webrat/selenium/matchers.rb
|
415
|
-
- vendor/webrat/lib/webrat/rack.rb
|
416
|
-
- vendor/webrat/lib/webrat/merb.rb
|
417
|
-
- vendor/webrat/lib/webrat/merb_session.rb
|
418
|
-
- vendor/webrat/lib/webrat/rspec-rails.rb
|
419
|
-
- vendor/webrat/lib/webrat/rails.rb
|
420
|
-
- vendor/webrat/lib/webrat/sinatra.rb
|
421
|
-
- vendor/webrat/History.txt
|
422
|
-
- vendor/webrat/MIT-LICENSE.txt
|
423
|
-
- vendor/webrat/Rakefile
|
424
|
-
- vendor/webrat/install.rb
|
425
|
-
has_rdoc: true
|
161
|
+
- test/unit/build_test.rb
|
162
|
+
- test/unit/commit_test.rb
|
163
|
+
- test/unit/helpers_test.rb
|
164
|
+
- test/unit/integrity_test.rb
|
165
|
+
- test/unit/migrations_test.rb
|
166
|
+
- test/unit/notifier/test_test.rb
|
167
|
+
- test/unit/notifier_test.rb
|
168
|
+
- test/unit/project_builder_test.rb
|
169
|
+
- test/unit/project_test.rb
|
170
|
+
- test/unit/scm_test.rb
|
171
|
+
- vendor/sinatra-ditties/README.rdoc
|
172
|
+
- vendor/sinatra-ditties/lib/sinatra/ditties.rb
|
173
|
+
- vendor/sinatra-ditties/lib/sinatra/ditties/authorization.rb
|
174
|
+
- vendor/sinatra-ditties/lib/sinatra/ditties/mailer.rb
|
175
|
+
- views/_commit_info.haml
|
176
|
+
- views/build.haml
|
177
|
+
- views/error.haml
|
178
|
+
- views/home.haml
|
179
|
+
- views/integrity.sass
|
180
|
+
- views/layout.haml
|
181
|
+
- views/new.haml
|
182
|
+
- views/not_found.haml
|
183
|
+
- views/notifier.haml
|
184
|
+
- views/project.builder
|
185
|
+
- views/project.haml
|
186
|
+
- views/unauthorized.haml
|
187
|
+
has_rdoc: false
|
426
188
|
homepage: http://integrityapp.com
|
427
189
|
post_install_message: Run `integrity help` for information on how to setup Integrity.
|
428
|
-
rdoc_options:
|
429
|
-
|
430
|
-
- --charset=UTF-8
|
190
|
+
rdoc_options: []
|
191
|
+
|
431
192
|
require_paths:
|
432
193
|
- lib
|
433
194
|
required_ruby_version: !ruby/object:Gem::Requirement
|
data/VERSION.yml
DELETED