pupeno/assert_difference

View on GitHub
gemfiles/activesupport_4_2.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    assert_difference (1.0.0)
      activesupport (>= 3.0.0)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (4.2.10)
      i18n (~> 0.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    ansi (1.5.0)
    appraisal (2.2.0)
      bundler
      rake
      thor (>= 0.14.0)
    builder (3.2.3)
    concurrent-ruby (1.0.5)
    docile (1.3.1)
    i18n (0.9.5)
      concurrent-ruby (~> 1.0)
    json (2.1.0)
    minitest (5.11.3)
    minitest-reporters (1.3.5)
      ansi
      builder
      minitest (>= 5.0)
      ruby-progressbar
    rake (12.3.1)
    ruby-progressbar (1.10.0)
    shoulda (3.6.0)
      shoulda-context (~> 1.0, >= 1.0.1)
      shoulda-matchers (~> 3.0)
    shoulda-context (1.2.2)
    shoulda-matchers (3.1.2)
      activesupport (>= 4.0.0)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    thor (0.20.0)
    thread_safe (0.3.6)
    tzinfo (1.2.5)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  activesupport (~> 4.2.10)
  appraisal
  assert_difference!
  bundler
  minitest
  minitest-reporters
  rake
  shoulda
  simplecov

BUNDLED WITH
   1.16.5