Ipad iPad Mini 2, iPad Mini 3, iPad Mini 4, iPad 3, iPad 4, iPad Air, iPad Air 2, 9.7-inch iPad Pro 768x1024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # кусок тестируемого класса | |
| class MandrilMailer | |
| def self.deliver_welcome(whom, details={}) | |
| template_name = case whom | |
| when :painter then 'Welcome Painter' | |
| when :homeowner then 'Welcome Homeowner' | |
| else :none | |
| end | |
| options = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ easypaint-api git:(tests) rspec | |
| DEPRECATION WARNING: app.rb is out of date, please update your configuration. (called from initialization_checks at /usr/local/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/bundler/gems/napa-cda628266378/lib/napa/deprecations.rb:9) | |
| .....F......F......F....F[ | |
| [ 0] "/usr/local/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/grape-0.9.0/lib/grape/endpoint.rb:215:in `run'", | |
| [ 1] "/usr/local/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/grape-0.9.0/lib/grape/endpoint.rb:171:in `block in call!'", | |
| [ 2] "/usr/local/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/grape-0.9.0/lib/grape/middleware/base.rb:24:in `call'", | |
| [ 3] "/usr/local/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/grape-0.9.0/lib/grape/middleware/base.rb:24:in `call!'", | |
| [ 4] "/usr/local/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/grape-0.9.0/lib/grape/middleware/base.rb:18:in `call'", | |
| [ 5] "/usr/local/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem install nokogiri -- --with-xml2-include=usr/local/Cellar/libxml2/2.9.1/include/libxml2 --with-xml2-lib=usr/local/Cellar/libxml2/2.9.1/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.28 --with-iconv-include=/usr/local/Cellar/libiconv/1.13.1/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.13.1/lib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"bundleID":"com.tinyspeck.chatlyio","app_version":"1729","adam_id":618783545,"os_version":"iPhone OS 8.0 (12A4265u)","slice_uuid":"af4d78bb-b3b2-33ae-9208-dba64bcf7f2b","build_version":"1.39","bug_type":"109","name":"slack","app_name":"slack"} | |
| Incident Identifier: 6EF95CB4-D0BD-4808-865D-68A1F7BAADCA | |
| CrashReporter Key: 2a672614f4f69447a9111bc60b11c7d3a4503716 | |
| Hardware Model: iPhone6,2 | |
| Process: slack [355] | |
| Path: /private/var/mobile/Containers/Bundle/Application/94F97BE4-881E-4233-979E-8CA1CA882701/slack.app/slack | |
| Identifier: com.tinyspeck.chatlyio | |
| Version: 1729 (1.39) | |
| Code Type: ARM (Native) |