Sha256: b69cab2e5a10615c97b76ef19128f456161204faaba43a2b065d04467ceb58c4

Contents?: true

Size: 427 Bytes

Versions: 3

Compression:

Stored size: 427 Bytes

Contents

## Installation

In order to run migrations, you will need to create a 'schema.rb' file (it is in the .gitignore).
```console
  touch spec/dummy/db/schema.rb
```

## Dependencies
The host application will need to specify an Arm class 'app/models/arm.rb'
```ruby
  # app/models/arm.rb
  class Arm
    ...
  end
```

## Running Specs

```console
  bin/rake app:db:drop app:db:create app:db:migrate RAILS_ENV=test
  bin/rspec
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bit_core-1.4.7 README.md
bit_core-1.4.6 README.md
bit_core-1.4.5 README.md