airbrake 4.3.8 → 5.0.0.rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. checksums.yaml +4 -4
  2. data/lib/airbrake.rb +16 -185
  3. data/lib/airbrake/capistrano/tasks.rb +64 -0
  4. data/lib/airbrake/delayed_job/plugin.rb +48 -0
  5. data/lib/airbrake/rack/middleware.rb +45 -0
  6. data/lib/airbrake/rack/notice_builder.rb +80 -0
  7. data/lib/airbrake/rack/user.rb +51 -0
  8. data/lib/airbrake/rails/action_controller.rb +35 -0
  9. data/lib/airbrake/rails/active_job.rb +23 -0
  10. data/lib/airbrake/rails/active_record.rb +40 -0
  11. data/lib/airbrake/rails/railtie.rb +61 -0
  12. data/lib/airbrake/rake/task_ext.rb +61 -0
  13. data/lib/airbrake/rake/tasks.rb +93 -0
  14. data/lib/airbrake/resque/failure.rb +19 -0
  15. data/lib/airbrake/sidekiq/error_handler.rb +35 -0
  16. data/lib/airbrake/version.rb +4 -1
  17. data/lib/generators/airbrake_generator.rb +25 -0
  18. data/lib/generators/airbrake_initializer.rb.erb +55 -0
  19. data/spec/airbrake_spec.rb +0 -0
  20. data/spec/apps/rack/dummy_app.rb +17 -0
  21. data/spec/apps/rails/dummy_app.rb +150 -0
  22. data/spec/apps/rails/dummy_task.rake +20 -0
  23. data/spec/apps/rails/logs/32.log +13358 -0
  24. data/spec/apps/rails/logs/40.log +6854 -0
  25. data/spec/apps/rails/logs/41.log +3170 -0
  26. data/spec/apps/rails/logs/42.log +23919 -0
  27. data/spec/apps/rails/logs/50.log +10976 -0
  28. data/spec/apps/sinatra/dummy_app.rb +12 -0
  29. data/spec/integration/rack/rack_spec.rb +17 -0
  30. data/spec/integration/rails/rails_spec.rb +135 -0
  31. data/spec/integration/rails/rake_spec.rb +160 -0
  32. data/spec/integration/shared_examples/rack_examples.rb +106 -0
  33. data/spec/integration/sinatra/sinatra_spec.rb +15 -0
  34. data/spec/spec_helper.rb +127 -0
  35. data/spec/unit/rack/middleware_spec.rb +80 -0
  36. data/spec/unit/rack/notice_builder_spec.rb +35 -0
  37. data/spec/unit/rack/user_spec.rb +78 -0
  38. data/spec/unit/rake/tasks_spec.rb +40 -0
  39. data/spec/unit/sidekiq/error_handler_spec.rb +29 -0
  40. metadata +110 -325
  41. data/CHANGELOG +0 -1716
  42. data/Gemfile +0 -3
  43. data/Guardfile +0 -6
  44. data/INSTALL +0 -20
  45. data/LICENSE +0 -61
  46. data/README.md +0 -148
  47. data/README_FOR_HEROKU_ADDON.md +0 -102
  48. data/Rakefile +0 -179
  49. data/TESTED_AGAINST +0 -7
  50. data/airbrake.gemspec +0 -41
  51. data/bin/airbrake +0 -12
  52. data/features/metal.feature +0 -34
  53. data/features/rack.feature +0 -60
  54. data/features/rails.feature +0 -324
  55. data/features/rake.feature +0 -33
  56. data/features/sinatra.feature +0 -126
  57. data/features/step_definitions/file_steps.rb +0 -14
  58. data/features/step_definitions/rack_steps.rb +0 -27
  59. data/features/step_definitions/rails_application_steps.rb +0 -267
  60. data/features/step_definitions/rake_steps.rb +0 -22
  61. data/features/support/airbrake_shim.rb.template +0 -11
  62. data/features/support/aruba.rb +0 -5
  63. data/features/support/env.rb +0 -39
  64. data/features/support/matchers.rb +0 -35
  65. data/features/support/rails.rb +0 -156
  66. data/features/support/rake/Rakefile +0 -77
  67. data/features/user_informer.feature +0 -57
  68. data/generators/airbrake/airbrake_generator.rb +0 -94
  69. data/generators/airbrake/lib/insert_commands.rb +0 -34
  70. data/generators/airbrake/lib/rake_commands.rb +0 -24
  71. data/generators/airbrake/templates/airbrake_tasks.rake +0 -25
  72. data/generators/airbrake/templates/capistrano_hook.rb +0 -6
  73. data/generators/airbrake/templates/initializer.rb +0 -4
  74. data/install.rb +0 -1
  75. data/lib/airbrake/backtrace.rb +0 -103
  76. data/lib/airbrake/capistrano.rb +0 -103
  77. data/lib/airbrake/capistrano3.rb +0 -3
  78. data/lib/airbrake/cli/client.rb +0 -76
  79. data/lib/airbrake/cli/options.rb +0 -45
  80. data/lib/airbrake/cli/printer.rb +0 -33
  81. data/lib/airbrake/cli/project.rb +0 -17
  82. data/lib/airbrake/cli/project_factory.rb +0 -33
  83. data/lib/airbrake/cli/runner.rb +0 -49
  84. data/lib/airbrake/cli/validator.rb +0 -8
  85. data/lib/airbrake/configuration.rb +0 -366
  86. data/lib/airbrake/jobs/send_job.rb +0 -7
  87. data/lib/airbrake/notice.rb +0 -411
  88. data/lib/airbrake/rack.rb +0 -64
  89. data/lib/airbrake/rails.rb +0 -45
  90. data/lib/airbrake/rails/action_controller_catcher.rb +0 -32
  91. data/lib/airbrake/rails/controller_methods.rb +0 -146
  92. data/lib/airbrake/rails/error_lookup.rb +0 -35
  93. data/lib/airbrake/rails/middleware.rb +0 -63
  94. data/lib/airbrake/rails3_tasks.rb +0 -126
  95. data/lib/airbrake/railtie.rb +0 -46
  96. data/lib/airbrake/rake_handler.rb +0 -75
  97. data/lib/airbrake/response.rb +0 -29
  98. data/lib/airbrake/sender.rb +0 -213
  99. data/lib/airbrake/shared_tasks.rb +0 -59
  100. data/lib/airbrake/sidekiq.rb +0 -8
  101. data/lib/airbrake/sinatra.rb +0 -40
  102. data/lib/airbrake/tasks.rb +0 -81
  103. data/lib/airbrake/tasks/airbrake.cap +0 -28
  104. data/lib/airbrake/user_informer.rb +0 -36
  105. data/lib/airbrake/utils/params_cleaner.rb +0 -141
  106. data/lib/airbrake/utils/rack_filters.rb +0 -45
  107. data/lib/airbrake_tasks.rb +0 -62
  108. data/lib/rails/generators/airbrake/airbrake_generator.rb +0 -155
  109. data/lib/templates/rescue.erb +0 -91
  110. data/rails/init.rb +0 -1
  111. data/resources/README.md +0 -34
  112. data/resources/airbrake_2_4.xsd +0 -89
  113. data/resources/airbrake_3_0.json +0 -52
  114. data/resources/ca-bundle.crt +0 -3376
  115. data/script/integration_test.rb +0 -35
  116. data/test/airbrake_tasks_test.rb +0 -161
  117. data/test/backtrace_test.rb +0 -215
  118. data/test/capistrano_test.rb +0 -44
  119. data/test/configuration_test.rb +0 -303
  120. data/test/controller_methods_test.rb +0 -230
  121. data/test/helper.rb +0 -233
  122. data/test/integration.rb +0 -13
  123. data/test/integration/catcher_test.rb +0 -371
  124. data/test/logger_test.rb +0 -79
  125. data/test/notice_test.rb +0 -494
  126. data/test/notifier_test.rb +0 -288
  127. data/test/params_cleaner_test.rb +0 -204
  128. data/test/rack_test.rb +0 -62
  129. data/test/rails_initializer_test.rb +0 -36
  130. data/test/recursion_test.rb +0 -10
  131. data/test/response_test.rb +0 -18
  132. data/test/sender_test.rb +0 -335
  133. data/test/support/response_shim.xml +0 -4
  134. data/test/user_informer_test.rb +0 -29
@@ -1,35 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require 'logger'
4
- require 'fileutils'
5
-
6
- RAILS_ENV = "production"
7
- RAILS_ROOT = FileUtils.pwd
8
- RAILS_DEFAULT_LOGGER = Logger.new(STDOUT)
9
-
10
- $: << File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
11
- require 'airbrake'
12
-
13
- fail "Please supply an API Key as the first argument" if ARGV.empty?
14
-
15
- host = ARGV[1] || "api.airbrake.io"
16
- port = ARGV[2] || 80
17
- secure = (ARGV[3] == "secure")
18
- exception = RuntimeError.new "Testing airbrake notifier with secure = #{secure}. If you can see this, it works."
19
-
20
- Airbrake.configure do |config|
21
- config.secure = secure
22
- config.host = host
23
- config.port = port
24
- config.api_key = ARGV.first
25
- end
26
-
27
- puts "Configuration:"
28
- Airbrake.configuration.to_hash.each do |key, value|
29
- puts sprintf("%25s: %s", key.to_s, value.inspect.slice(0, 55))
30
- end
31
-
32
- puts "Sending #{secure ? "" : "in"}secure notification to project with key #{ARGV.first}"
33
- if Airbrake.notify(exception) then puts "\nIntegration test passed with success!"
34
- else puts "\nIntegration test was unsuccessful."
35
- end
@@ -1,161 +0,0 @@
1
- require File.expand_path '../helper', __FILE__
2
- require 'rubygems'
3
-
4
- require File.dirname(__FILE__) + '/../lib/airbrake_tasks'
5
-
6
- class AirbrakeTasksTest < Test::Unit::TestCase
7
- def successful_response(body = "")
8
- response = Net::HTTPSuccess.new('1.2', '200', 'OK')
9
- response.stubs(:body).returns(body)
10
- return response
11
- end
12
-
13
- def unsuccessful_response(body = "")
14
- response = Net::HTTPClientError.new('1.2', '200', 'OK')
15
- response.stubs(:body).returns(body)
16
- return response
17
- end
18
-
19
- context "being quiet" do
20
- setup { AirbrakeTasks.stubs(:puts) }
21
-
22
- context "in a configured project" do
23
- setup { Airbrake.configure { |config| config.api_key = "1234123412341234" } }
24
-
25
- context "on deploy({})" do
26
- setup { @output = AirbrakeTasks.deploy({}) }
27
-
28
- before_should "complain about missing rails env" do
29
- AirbrakeTasks.expects(:puts).with(regexp_matches(/rails environment/i))
30
- end
31
-
32
- should "return false" do
33
- assert !@output
34
- end
35
- end
36
-
37
- context "given an optional HTTP proxy and valid options" do
38
- setup do
39
- @response = stub("response", :body => "stub body")
40
- @http_proxy = stub("proxy", :request => @response)
41
- @http_proxy_class = stub("proxy_class", :new => @http_proxy)
42
- @post = stub("post", :set_form_data => nil)
43
-
44
- Net::HTTP.expects(:Proxy).
45
- with(Airbrake.configuration.proxy_host,
46
- Airbrake.configuration.proxy_port,
47
- Airbrake.configuration.proxy_user,
48
- Airbrake.configuration.proxy_pass).
49
- returns(@http_proxy_class)
50
- Net::HTTP::Post.expects(:new).with("/deploys.txt").returns(@post)
51
-
52
- @options = { :rails_env => "staging", :dry_run => false }
53
- end
54
-
55
- context "performing a dry run" do
56
- setup { @output = AirbrakeTasks.deploy(@options.merge(:dry_run => true)) }
57
-
58
- should "return true without performing any actual request" do
59
- assert_equal true, @output
60
- assert_received(@http_proxy, :request) do |expects|
61
- expects.never
62
- end
63
- end
64
- end
65
-
66
- context "on deploy(options)" do
67
- setup do
68
- @output = AirbrakeTasks.deploy(@options)
69
- end
70
-
71
- before_should "post to http://api.airbrake.io:80/deploys.txt" do
72
- @http_proxy_class.expects(:new).with("api.airbrake.io", 80).returns(@http_proxy)
73
- @post.expects(:set_form_data).with(kind_of(Hash))
74
- @http_proxy.expects(:request).with(any_parameters).returns(successful_response)
75
- end
76
-
77
- before_should "use the project api key" do
78
- @post.expects(:set_form_data).
79
- with(has_entries('api_key' => "1234123412341234"))
80
- end
81
-
82
- before_should "use send the rails_env param" do
83
- @post.expects(:set_form_data).
84
- with(has_entries("deploy[rails_env]" => "staging"))
85
- end
86
-
87
- [:local_username, :scm_repository, :scm_revision].each do |key|
88
- before_should "use send the #{key} param if it's passed in." do
89
- @options[key] = "value"
90
- @post.expects(:set_form_data).
91
- with(has_entries("deploy[#{key}]" => "value"))
92
- end
93
- end
94
-
95
- before_should "puts the response body on success" do
96
- AirbrakeTasks.expects(:puts).with("body")
97
- @http_proxy.expects(:request).with(any_parameters).returns(successful_response('body'))
98
- end
99
-
100
- before_should "puts the response body on failure" do
101
- AirbrakeTasks.expects(:puts).with("body")
102
- @http_proxy.expects(:request).with(any_parameters).returns(unsuccessful_response('body'))
103
- end
104
-
105
- should "return false on failure", :before => lambda {
106
- @http_proxy.expects(:request).with(any_parameters).returns(unsuccessful_response('body'))
107
- } do
108
- assert !@output
109
- end
110
-
111
- should "return true on success", :before => lambda {
112
- @http_proxy.expects(:request).with(any_parameters).returns(successful_response('body'))
113
- } do
114
- assert @output
115
- end
116
- end
117
- end
118
- end
119
-
120
- context "in a configured project with custom host" do
121
- setup do
122
- Airbrake.configure do |config|
123
- config.api_key = "1234123412341234"
124
- config.host = "custom.host"
125
- end
126
- end
127
-
128
- context "on deploy(:rails_env => 'staging')" do
129
- setup { @output = AirbrakeTasks.deploy(:rails_env => "staging") }
130
-
131
- before_should "post to the custom host" do
132
- @post = stub("post", :set_form_data => nil)
133
- @http_proxy = stub("proxy", :request => stub("response", :body => "stub body"))
134
-
135
- @http_proxy_class = stub("proxy_class", :new => @http_proxy)
136
- @http_proxy_class.expects(:new).with("custom.host", 80).returns(@http_proxy)
137
- Net::HTTP.expects(:Proxy).with(any_parameters).returns(@http_proxy_class)
138
- Net::HTTP::Post.expects(:new).with("/deploys.txt").returns(@post)
139
- @post.expects(:set_form_data).with(kind_of(Hash))
140
- @http_proxy.expects(:request).with(any_parameters).returns(successful_response)
141
- end
142
- end
143
- end
144
-
145
- context "when not configured" do
146
- setup { Airbrake.configure { |config| config.api_key = "" } }
147
-
148
- context "on deploy(:rails_env => 'staging')" do
149
- setup { @output = AirbrakeTasks.deploy(:rails_env => "staging") }
150
-
151
- before_should "complain about missing api key" do
152
- AirbrakeTasks.expects(:puts).with(regexp_matches(/api key/i))
153
- end
154
-
155
- should "return false" do
156
- assert !@output
157
- end
158
- end
159
- end
160
- end
161
- end
@@ -1,215 +0,0 @@
1
- require File.expand_path '../helper', __FILE__
2
-
3
- class BacktraceTest < Test::Unit::TestCase
4
-
5
- should "parse a backtrace into lines" do
6
- array = [
7
- "app/models/user.rb:13:in `magic'",
8
- "app/controllers/users_controller.rb:8:in `index'"
9
- ]
10
-
11
- backtrace = Airbrake::Backtrace.parse(array)
12
-
13
- line = backtrace.lines.first
14
- assert_equal '13', line.number
15
- assert_equal 'app/models/user.rb', line.file
16
- assert_equal 'magic', line.method_name
17
-
18
- line = backtrace.lines.last
19
- assert_equal '8', line.number
20
- assert_equal 'app/controllers/users_controller.rb', line.file
21
- assert_equal 'index', line.method_name
22
- end
23
-
24
- should "parse a string backtrace" do
25
- string = [
26
- "app/models/user.rb:13:in `magic'",
27
- "app/controllers/users_controller.rb:8:in `index'"
28
- ].join("\n")
29
-
30
- backtrace = Airbrake::Backtrace.parse(string)
31
-
32
- line = backtrace.lines.first
33
- assert_equal '13', line.number
34
- assert_equal 'app/models/user.rb', line.file
35
- assert_equal 'magic', line.method_name
36
-
37
- line = backtrace.lines.last
38
- assert_equal '8', line.number
39
- assert_equal 'app/controllers/users_controller.rb', line.file
40
- assert_equal 'index', line.method_name
41
- end
42
-
43
- should "parse a windows backtrace into lines" do
44
- array = [
45
- "C:/Program Files/Server/app/models/user.rb:13:in `magic'",
46
- "C:/Program Files/Server/app/controllers/users_controller.rb:8:in `index'"
47
- ]
48
-
49
- backtrace = Airbrake::Backtrace.parse(array)
50
-
51
- line = backtrace.lines.first
52
- assert_equal '13', line.number
53
- assert_equal 'C:/Program Files/Server/app/models/user.rb', line.file
54
- assert_equal 'magic', line.method_name
55
-
56
- line = backtrace.lines.last
57
- assert_equal '8', line.number
58
- assert_equal 'C:/Program Files/Server/app/controllers/users_controller.rb', line.file
59
- assert_equal 'index', line.method_name
60
- end
61
-
62
- should "be equal with equal lines" do
63
- one = build_backtrace_array
64
- two = one.dup
65
-
66
- assert_equal Airbrake::Backtrace.parse(one), Airbrake::Backtrace.parse(two)
67
- end
68
-
69
- should "parse massive one-line exceptions into multiple lines" do
70
- original_backtrace = Airbrake::Backtrace.
71
- parse(["one:1:in `one'\n two:2:in `two'\n three:3:in `three`"])
72
- expected_backtrace = Airbrake::Backtrace.
73
- parse(["one:1:in `one'", "two:2:in `two'", "three:3:in `three`"])
74
-
75
- assert_equal expected_backtrace, original_backtrace
76
- end
77
-
78
- context "with a gem root" do
79
- setup do
80
- @gem_root = '/root/to/gem'
81
- Gem.path << @gem_root
82
- end
83
-
84
- should "filter out the gem root" do
85
- backtrace_with_gem_root = Airbrake::Backtrace.parse(
86
- ["#{@gem_root}/some/gem.rb:9:in `test'",
87
- "#{@gem_root}/path/to/awesome_gem.rb:13:in `awesome'",
88
- "/test/something.rb:55:in `hack'"],
89
- :filters => default_filters)
90
- backtrace_without_gem_root = Airbrake::Backtrace.parse(
91
- ["[GEM_ROOT]/some/gem.rb:9:in `test'",
92
- "[GEM_ROOT]/path/to/awesome_gem.rb:13:in `awesome'",
93
- "/test/something.rb:55:in `hack'"])
94
-
95
- assert_equal backtrace_without_gem_root, backtrace_with_gem_root
96
- end
97
-
98
- should "ignore empty gem paths" do
99
- Gem.path << ""
100
- backtrace_with_gem_root = Airbrake::Backtrace.parse(
101
- ["#{@gem_root}/some/gem.rb:9:in `test'",
102
- "/test/something.rb:55:in `hack'"],
103
- :filters => default_filters)
104
- backtrace_without_gem_root = Airbrake::Backtrace.parse(
105
- ["[GEM_ROOT]/some/gem.rb:9:in `test'",
106
- "/test/something.rb:55:in `hack'"])
107
-
108
- assert_equal backtrace_without_gem_root, backtrace_with_gem_root
109
- end
110
- end
111
-
112
- context "with a project root" do
113
- setup do
114
- @project_root = '/some/path'
115
- Airbrake.configure {|config| config.project_root = @project_root }
116
- end
117
-
118
- teardown do
119
- reset_config
120
- end
121
-
122
- should "filter out the project root" do
123
- backtrace_with_root = Airbrake::Backtrace.parse(
124
- ["#{@project_root}/app/models/user.rb:7:in `latest'",
125
- "#{@project_root}/app/controllers/users_controller.rb:13:in `index'",
126
- "/lib/something.rb:41:in `open'"],
127
- :filters => default_filters)
128
- backtrace_without_root = Airbrake::Backtrace.parse(
129
- ["[PROJECT_ROOT]/app/models/user.rb:7:in `latest'",
130
- "[PROJECT_ROOT]/app/controllers/users_controller.rb:13:in `index'",
131
- "/lib/something.rb:41:in `open'"])
132
-
133
- assert_equal backtrace_without_root, backtrace_with_root
134
- end
135
- end
136
-
137
- context "with a project root equals to a part of file name" do
138
- setup do
139
- # Heroku-like
140
- @project_root = '/app'
141
- Airbrake.configure {|config| config.project_root = @project_root }
142
- end
143
-
144
- teardown do
145
- reset_config
146
- end
147
-
148
- should "filter out the project root" do
149
- backtrace_with_root = Airbrake::Backtrace.parse(
150
- ["#{@project_root}/app/models/user.rb:7:in `latest'",
151
- "#{@project_root}/app/controllers/users_controller.rb:13:in `index'",
152
- "/lib/something.rb:41:in `open'"],
153
- :filters => default_filters)
154
- backtrace_without_root = Airbrake::Backtrace.parse(
155
- ["[PROJECT_ROOT]/app/models/user.rb:7:in `latest'",
156
- "[PROJECT_ROOT]/app/controllers/users_controller.rb:13:in `index'",
157
- "/lib/something.rb:41:in `open'"])
158
-
159
- assert_equal backtrace_without_root, backtrace_with_root
160
- end
161
- end
162
-
163
- context "with a blank project root" do
164
- setup do
165
- Airbrake.configure {|config| config.project_root = '' }
166
- end
167
-
168
- teardown do
169
- reset_config
170
- end
171
-
172
- should "not filter line numbers with respect to any project root" do
173
- backtrace = ["/app/models/user.rb:7:in `latest'",
174
- "/app/controllers/users_controller.rb:13:in `index'",
175
- "/lib/something.rb:41:in `open'"]
176
-
177
- backtrace_with_root =
178
- Airbrake::Backtrace.parse(backtrace, :filters => default_filters)
179
-
180
- backtrace_without_root =
181
- Airbrake::Backtrace.parse(backtrace)
182
-
183
- assert_equal backtrace_without_root, backtrace_with_root
184
- end
185
- end
186
-
187
- should "remove notifier trace" do
188
- inside_notifier = ['lib/airbrake.rb:13:in `voodoo`']
189
- outside_notifier = ['users_controller:8:in `index`']
190
-
191
- without_inside = Airbrake::Backtrace.parse(outside_notifier)
192
- with_inside = Airbrake::Backtrace.parse(inside_notifier + outside_notifier,
193
- :filters => default_filters)
194
-
195
- assert_equal without_inside, with_inside
196
- end
197
-
198
- should "run filters on the backtrace" do
199
- filters = [lambda { |line| line.sub('foo', 'bar') }]
200
- input = Airbrake::Backtrace.parse(["foo:13:in `one'", "baz:14:in `two'"],
201
- :filters => filters)
202
- expected = Airbrake::Backtrace.parse(["bar:13:in `one'", "baz:14:in `two'"])
203
- assert_equal expected, input
204
- end
205
-
206
- def build_backtrace_array
207
- ["app/models/user.rb:13:in `magic'",
208
- "app/controllers/users_controller.rb:8:in `index'"]
209
- end
210
-
211
- def default_filters
212
- Airbrake::Configuration::DEFAULT_BACKTRACE_FILTERS
213
- end
214
-
215
- end
@@ -1,44 +0,0 @@
1
- require File.expand_path '../helper', __FILE__
2
-
3
- silence_warnings { require 'capistrano/configuration' }
4
- require 'airbrake/capistrano'
5
-
6
- class CapistranoTest < Test::Unit::TestCase
7
- def setup
8
- super
9
- reset_config
10
-
11
- # Save value to avoid polluting ENV for future tests
12
- @old_user = ENV['USER']
13
- ENV['USER'] = %q[D'Angelo "D" Barksdale]
14
-
15
- @configuration = Capistrano::Configuration.new
16
- Airbrake::Capistrano.load_into(@configuration)
17
- @configuration.dry_run = true
18
- end
19
-
20
- should "define airbrake:deploy task" do
21
- assert_not_nil @configuration.find_task('airbrake:deploy')
22
- end
23
-
24
- should "log when calling airbrake:deploy task" do
25
- @configuration.set(:current_revision, '084505b1c0e0bcf1526e673bb6ac99fbcb18aecc')
26
- @configuration.set(:repository, 'repository')
27
- @configuration.set(:rails_env, :production)
28
- @configuration.set(:release_path, '/home/deploy/rails_app/hoptoad')
29
- io = StringIO.new
30
- logger = Capistrano::Logger.new(:output => io)
31
- logger.level = Capistrano::Logger::MAX_LEVEL
32
-
33
- @configuration.logger = logger
34
- @configuration.find_and_execute_task('airbrake:deploy')
35
-
36
- assert io.string.include?('** Notifying Airbrake of Deploy')
37
- assert io.string.include?('TO=production')
38
- assert io.string.include?('** Airbrake Notification Complete')
39
- assert io.string.include?(%q[D\'Angelo\ \"D\"\ Barksdale])
40
- end
41
-
42
- # Return ENV['USER'] to its original value
43
- def teardown; ENV['USER'] = @old_user end
44
- end