RspecBeAnArrayOf
Table of Contents
Features
Requirements
- MRI 2.x
- RSpec 3.x
Setup
To install, type the following:
gem install rspec_be_an_array_of
Add the following to your Gemfile:
gem "rspec_be_an_array_of"
Usage
RSpec.describe ["an", "array", "of", "strings"] do
it { is_expected.to be_an_array_of String}
end
Tests
rake spec
Versioning
Read Semantic Versioning for details. Briefly, it means:
- Patch (x.y.Z) - Incremented for small, backwards compatible bug fixes.
- Minor (x.Y.z) - Incremented for new, backwards compatible public API enhancements and/or bug fixes.
- Major (X.y.z) - Incremented for any backwards incompatible public API changes.
Code of Conduct
Please note that this project is released with a CODE OF CONDUCT. By participating in this project
you agree to abide by its terms.
Contributions
Read CONTRIBUTING for details.
License
Copyright (c) 2016 Pooyan Khosravi.
Read the LICENSE for details.
History
Read the CHANGELOG for details.
Built with Gemsmith.
Credits
Developed by Pooyan Khosravi.