Commit 2b7a58f41eb5a31347a69de6f38f18649db6e061

Authored by Shuky Dvir
1 parent d78a7b69
Exists in master and in 1 other branch production

fixing the spec for bitbucket issue tracker

Gemfile.lock
... ... @@ -301,6 +301,7 @@ GEM
301 301 webmock (1.8.7)
302 302 addressable (>= 2.2.7)
303 303 crack (>= 0.1.7)
  304 + xmpp4r (0.5)
304 305 xpath (0.1.4)
305 306 nokogiri (~> 1.3)
306 307 yajl-ruby (1.1.0)
... ... @@ -357,4 +358,5 @@ DEPENDENCIES
357 358 unicorn
358 359 useragent (~> 0.3.1)
359 360 webmock
  361 + xmpp4r
360 362 yajl-ruby
... ...
app/views/issue_trackers/bitbucket_issues_body.txt.erb
1   -[[<%= app_err_url problem.app, problem %>| [See this exception on Errbit]]]
  1 +[[<%= app_problem_url problem.app, problem %>| [See this exception on Errbit]]]
2 2  
3 3 ----
4 4  
... ...