Sha256: 7aaa5488ff88d56c4ebfacf2299d9900faa6f98f8c03b450c220d927fa089ded

Contents?: true

Size: 592 Bytes

Versions: 2

Compression:

Stored size: 592 Bytes

Contents

# geomock-rails

GeoMock! For Rails! So great.

This gem provides:

* GeoMock v 1.0

## Rails 3.1

For Rails 3.1 and greater, the files will be added to the asset pipeline and available for you to use. These two lines will be added to the file `app/assets/javascripts/application.js` by default:

    //= require jquery

### Installation

New Rails 3.1 apps include geomock-rails in the Gemfile by default.

### Installation

In your Gemfile, add this line:

    gem "geomock-rails"

Then, run `bundle install`. To invoke the generator, run:

    rails generate geomock:install

You're done!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
geomock-rails-1.0.1 README.md
geomock-rails-1.0.0 README.md