Sha256: af6365a49fd65e59ff08fde513f358ae54643d2f6add4dea14adfe00a6325de7

Contents?: true

Size: 872 Bytes

Versions: 1

Compression:

Stored size: 872 Bytes

Contents

# AndrewSays

## Installation

Add this line to your application's Gemfile:

```ruby
# Inside Rails
group :test do
  gem "andrew_says"
end

# Any other Gemfile
gem "andrew_says"
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install andrew_says

## Usage

Take a harder stance in your test suite by having [Andrew Fomera](https://twitter.com/AndrewFomera) _command_ your tests.

```ruby
andrew_says "this should work and it's trash if it doesn't" do
  assert true
end
```

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## Code of Conduct

Everyone interacting in the AndrewSays project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/andrew_says/blob/master/CODE_OF_CONDUCT.md).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
andrew_says-0.1.0 README.md