email_spec 2.2.0 → 2.3.0
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 +5 -5
 - data/Changelog.md +18 -0
 - data/README.md +14 -2
 - data/features/step_definitions/app_steps.rb +4 -4
 - data/lib/email_spec/deliveries.rb +12 -37
 - data/lib/email_spec/extractors.rb +45 -0
 - data/lib/email_spec/mail_ext.rb +2 -2
 - data/lib/email_spec/matchers.rb +25 -5
 - data/lib/email_spec/version.rb +3 -1
 - data/spec/email_spec/mail_ext_spec.rb +8 -0
 - data/spec/email_spec/matchers_spec.rb +113 -1
 - metadata +15 -28
 - data/examples/rails4_root/Gemfile.lock +0 -199
 - data/examples/rails4_root/db/test.sqlite3 +0 -0
 - data/examples/rails4_root/log/development.log +0 -0
 - data/examples/rails4_root/log/test.log +0 -1498
 - data/examples/sinatra_root/Gemfile.lock +0 -107
 
| 
         @@ -1,107 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            PATH
         
     | 
| 
       2 
     | 
    
         
            -
              remote: ../..
         
     | 
| 
       3 
     | 
    
         
            -
              specs:
         
     | 
| 
       4 
     | 
    
         
            -
                email_spec (2.1.2)
         
     | 
| 
       5 
     | 
    
         
            -
                  htmlentities (~> 4.3.3)
         
     | 
| 
       6 
     | 
    
         
            -
                  launchy (~> 2.1)
         
     | 
| 
       7 
     | 
    
         
            -
                  mail (~> 2.7)
         
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
            GEM
         
     | 
| 
       10 
     | 
    
         
            -
              remote: http://rubygems.org/
         
     | 
| 
       11 
     | 
    
         
            -
              specs:
         
     | 
| 
       12 
     | 
    
         
            -
                addressable (2.5.2)
         
     | 
| 
       13 
     | 
    
         
            -
                  public_suffix (>= 2.0.2, < 4.0)
         
     | 
| 
       14 
     | 
    
         
            -
                backports (3.11.1)
         
     | 
| 
       15 
     | 
    
         
            -
                builder (3.2.3)
         
     | 
| 
       16 
     | 
    
         
            -
                capybara (2.18.0)
         
     | 
| 
       17 
     | 
    
         
            -
                  addressable
         
     | 
| 
       18 
     | 
    
         
            -
                  mini_mime (>= 0.1.3)
         
     | 
| 
       19 
     | 
    
         
            -
                  nokogiri (>= 1.3.3)
         
     | 
| 
       20 
     | 
    
         
            -
                  rack (>= 1.0.0)
         
     | 
| 
       21 
     | 
    
         
            -
                  rack-test (>= 0.5.4)
         
     | 
| 
       22 
     | 
    
         
            -
                  xpath (>= 2.0, < 4.0)
         
     | 
| 
       23 
     | 
    
         
            -
                cucumber (3.1.0)
         
     | 
| 
       24 
     | 
    
         
            -
                  builder (>= 2.1.2)
         
     | 
| 
       25 
     | 
    
         
            -
                  cucumber-core (~> 3.1.0)
         
     | 
| 
       26 
     | 
    
         
            -
                  cucumber-expressions (~> 5.0.4)
         
     | 
| 
       27 
     | 
    
         
            -
                  cucumber-wire (~> 0.0.1)
         
     | 
| 
       28 
     | 
    
         
            -
                  diff-lcs (~> 1.3)
         
     | 
| 
       29 
     | 
    
         
            -
                  gherkin (~> 5.0)
         
     | 
| 
       30 
     | 
    
         
            -
                  multi_json (>= 1.7.5, < 2.0)
         
     | 
| 
       31 
     | 
    
         
            -
                  multi_test (>= 0.1.2)
         
     | 
| 
       32 
     | 
    
         
            -
                cucumber-core (3.1.0)
         
     | 
| 
       33 
     | 
    
         
            -
                  backports (>= 3.8.0)
         
     | 
| 
       34 
     | 
    
         
            -
                  cucumber-tag_expressions (~> 1.1.0)
         
     | 
| 
       35 
     | 
    
         
            -
                  gherkin (>= 5.0.0)
         
     | 
| 
       36 
     | 
    
         
            -
                cucumber-expressions (5.0.13)
         
     | 
| 
       37 
     | 
    
         
            -
                cucumber-sinatra (0.5.0)
         
     | 
| 
       38 
     | 
    
         
            -
                  templater (>= 1.0.0)
         
     | 
| 
       39 
     | 
    
         
            -
                cucumber-tag_expressions (1.1.1)
         
     | 
| 
       40 
     | 
    
         
            -
                cucumber-wire (0.0.1)
         
     | 
| 
       41 
     | 
    
         
            -
                diff-lcs (1.3)
         
     | 
| 
       42 
     | 
    
         
            -
                extlib (0.9.16)
         
     | 
| 
       43 
     | 
    
         
            -
                gherkin (5.0.0)
         
     | 
| 
       44 
     | 
    
         
            -
                highline (1.7.10)
         
     | 
| 
       45 
     | 
    
         
            -
                htmlentities (4.3.4)
         
     | 
| 
       46 
     | 
    
         
            -
                launchy (2.4.3)
         
     | 
| 
       47 
     | 
    
         
            -
                  addressable (~> 2.3)
         
     | 
| 
       48 
     | 
    
         
            -
                mail (2.7.0)
         
     | 
| 
       49 
     | 
    
         
            -
                  mini_mime (>= 0.1.1)
         
     | 
| 
       50 
     | 
    
         
            -
                mini_mime (1.0.0)
         
     | 
| 
       51 
     | 
    
         
            -
                mini_portile2 (2.3.0)
         
     | 
| 
       52 
     | 
    
         
            -
                multi_json (1.13.1)
         
     | 
| 
       53 
     | 
    
         
            -
                multi_test (0.1.2)
         
     | 
| 
       54 
     | 
    
         
            -
                mustermann (1.0.2)
         
     | 
| 
       55 
     | 
    
         
            -
                nokogiri (1.8.2)
         
     | 
| 
       56 
     | 
    
         
            -
                  mini_portile2 (~> 2.3.0)
         
     | 
| 
       57 
     | 
    
         
            -
                pony (1.12)
         
     | 
| 
       58 
     | 
    
         
            -
                  mail (>= 2.0)
         
     | 
| 
       59 
     | 
    
         
            -
                public_suffix (3.0.2)
         
     | 
| 
       60 
     | 
    
         
            -
                rack (2.0.4)
         
     | 
| 
       61 
     | 
    
         
            -
                rack-protection (2.0.1)
         
     | 
| 
       62 
     | 
    
         
            -
                  rack
         
     | 
| 
       63 
     | 
    
         
            -
                rack-test (1.0.0)
         
     | 
| 
       64 
     | 
    
         
            -
                  rack (>= 1.0, < 3)
         
     | 
| 
       65 
     | 
    
         
            -
                rspec (3.7.0)
         
     | 
| 
       66 
     | 
    
         
            -
                  rspec-core (~> 3.7.0)
         
     | 
| 
       67 
     | 
    
         
            -
                  rspec-expectations (~> 3.7.0)
         
     | 
| 
       68 
     | 
    
         
            -
                  rspec-mocks (~> 3.7.0)
         
     | 
| 
       69 
     | 
    
         
            -
                rspec-core (3.7.1)
         
     | 
| 
       70 
     | 
    
         
            -
                  rspec-support (~> 3.7.0)
         
     | 
| 
       71 
     | 
    
         
            -
                rspec-expectations (3.7.0)
         
     | 
| 
       72 
     | 
    
         
            -
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       73 
     | 
    
         
            -
                  rspec-support (~> 3.7.0)
         
     | 
| 
       74 
     | 
    
         
            -
                rspec-mocks (3.7.0)
         
     | 
| 
       75 
     | 
    
         
            -
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       76 
     | 
    
         
            -
                  rspec-support (~> 3.7.0)
         
     | 
| 
       77 
     | 
    
         
            -
                rspec-support (3.7.1)
         
     | 
| 
       78 
     | 
    
         
            -
                sinatra (2.0.1)
         
     | 
| 
       79 
     | 
    
         
            -
                  mustermann (~> 1.0)
         
     | 
| 
       80 
     | 
    
         
            -
                  rack (~> 2.0)
         
     | 
| 
       81 
     | 
    
         
            -
                  rack-protection (= 2.0.1)
         
     | 
| 
       82 
     | 
    
         
            -
                  tilt (~> 2.0)
         
     | 
| 
       83 
     | 
    
         
            -
                templater (1.0.0)
         
     | 
| 
       84 
     | 
    
         
            -
                  diff-lcs (>= 1.1.2)
         
     | 
| 
       85 
     | 
    
         
            -
                  extlib (>= 0.9.5)
         
     | 
| 
       86 
     | 
    
         
            -
                  highline (>= 1.4.0)
         
     | 
| 
       87 
     | 
    
         
            -
                tilt (2.0.8)
         
     | 
| 
       88 
     | 
    
         
            -
                xpath (3.0.0)
         
     | 
| 
       89 
     | 
    
         
            -
                  nokogiri (~> 1.8)
         
     | 
| 
       90 
     | 
    
         
            -
             
     | 
| 
       91 
     | 
    
         
            -
            PLATFORMS
         
     | 
| 
       92 
     | 
    
         
            -
              ruby
         
     | 
| 
       93 
     | 
    
         
            -
             
     | 
| 
       94 
     | 
    
         
            -
            DEPENDENCIES
         
     | 
| 
       95 
     | 
    
         
            -
              capybara
         
     | 
| 
       96 
     | 
    
         
            -
              cucumber
         
     | 
| 
       97 
     | 
    
         
            -
              cucumber-sinatra
         
     | 
| 
       98 
     | 
    
         
            -
              email_spec!
         
     | 
| 
       99 
     | 
    
         
            -
              nokogiri
         
     | 
| 
       100 
     | 
    
         
            -
              pony
         
     | 
| 
       101 
     | 
    
         
            -
              rack-test
         
     | 
| 
       102 
     | 
    
         
            -
              rspec
         
     | 
| 
       103 
     | 
    
         
            -
              sinatra
         
     | 
| 
       104 
     | 
    
         
            -
              xpath
         
     | 
| 
       105 
     | 
    
         
            -
             
     | 
| 
       106 
     | 
    
         
            -
            BUNDLED WITH
         
     | 
| 
       107 
     | 
    
         
            -
               1.16.1
         
     |