Sha256: b35dfc67ea07502dd793831df9cab4e28e30acf7e779db15c6100caa8f976e19

Contents?: true

Size: 705 Bytes

Versions: 1

Compression:

Stored size: 705 Bytes

Contents

# QuantumLeap

Righting wrongs in your test suite with time travel!

QuantumLeap lets you change the current time in your tests.

I can't promise you'll meet any historical figures, however.

## Installation

Add this line to your application's Gemfile:

    gem 'quantum_leap'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install quantum_leap

## Usage

    require 'quantum_leap'

    Quantum.leap(Time.now + 60)
    Quantum.leap_back

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
quantum_leap-0.1.0 README.md