Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Rebase ardm changes on top of most recent DM master to make this releasable as 1.3 #21

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on May 19, 2015

  1. Remove jeweler

    solnic authored and martinemde committed May 19, 2015
    Configuration menu
    Copy the full SHA
    b003423 View commit details
    Browse the repository at this point in the history
  2. Loosen gem deps in gemspec

    martinemde committed May 19, 2015
    Configuration menu
    Copy the full SHA
    8098e59 View commit details
    Browse the repository at this point in the history
  3. Build on travis

    martinemde committed May 19, 2015
    Configuration menu
    Copy the full SHA
    67efd49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f68051 View commit details
    Browse the repository at this point in the history
  5. Test adapters on travis

    martinemde committed May 19, 2015
    Configuration menu
    Copy the full SHA
    c447b4c View commit details
    Browse the repository at this point in the history
  6. RSpec 2.99 compatible

    martinemde committed May 19, 2015
    Configuration menu
    Copy the full SHA
    006a3f5 View commit details
    Browse the repository at this point in the history
  7. Convert specs to RSpec 2.99.2 syntax with Transpec

    This conversion is done by Transpec 3.0.7 with the following command:
        transpec
    
    * 64 conversions
        from: obj.should
          to: expect(obj).to
    
    * 53 conversions
        from: == expected
          to: eq(expected)
    
    * 16 conversions
        from: it { should ... }
          to: it { is_expected.to ... }
    
    * 4 conversions
        from: <= expected
          to: be <= expected
    
    * 4 conversions
        from: >= expected
          to: be >= expected
    
    * 1 conversion
        from: pending { do_something_fail }
          to: pending; do_something_fail
    
    For more details: https:/yujinakayama/transpec#supported-conversions
    martinemde committed May 19, 2015
    Configuration menu
    Copy the full SHA
    a2c3fe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    878a832 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c31259f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0de8607 View commit details
    Browse the repository at this point in the history
  11. rspec ~> 3.0

    martinemde committed May 19, 2015
    Configuration menu
    Copy the full SHA
    9eeea8f View commit details
    Browse the repository at this point in the history