Sha256: 595a853b5b2aa45c06b11799558593011ac2061cf72bb083d3c5ca31f3c45130

Contents?: true

Size: 682 Bytes

Versions: 1

Compression:

Stored size: 682 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)

## 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.0.3 README.md