Sha256: 8174bdefcab9e36bf1a2b82f8757c012d4ef358f503557517b75de23ae73d4cf

Contents?: true

Size: 672 Bytes

Versions: 2

Compression:

Stored size: 672 Bytes

Contents

# Central::Devtools

Shared Rake tasks for Central Machine projects.

## Installation

Add the gem to your Gemfile's development section.

```ruby
group :development, :test do
  gem 'central-devtools'
end
```

And then run `bundle install`.

## Usage

Add the following to your Rakefile:

```
require 'central/devtools'
Central::Devtools.load_tasks
```

If you're running a Rails app, include the above lines after you load your application's tasks (e.g. `MyApp::Application.load_tasks`).

## RSpec support

If you're using RSpec and want to have access to our common setup just adjust
`spec/spec_helper.rb` to include

```ruby
require 'central/devtools/spec_helper'
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
central-devtools-0.8.4 README.md
central-devtools-0.8.3 README.md