https://github.com/tcd/minitest-filesystem_assertions
Handy assertions about files & folders.
https://github.com/tcd/minitest-filesystem_assertions
Last synced: 11 months ago
JSON representation
Handy assertions about files & folders.
- Host: GitHub
- URL: https://github.com/tcd/minitest-filesystem_assertions
- Owner: tcd
- License: mit
- Created: 2019-12-31T19:37:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T21:08:22.000Z (over 6 years ago)
- Last Synced: 2025-01-03T08:14:15.497Z (over 1 year ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Minitest::FilesystemAssertions
[][rubygems]
[][travis-ci]
[][coveralls]
[][license]
[][docs]
[rubygems]: https://rubygems.org/gems/minitest-filesystem_assertions
[travis-ci]: https://travis_ci.org/tcd/minitest-filesystem_assertions
[coveralls]: https://coveralls.io/github/tcd/minitest-filesystem_assertions?branch=master
[license]: https://github.com/tcd/minitest-filesystem_assertions/blob/master/LICENSE.txt
[docs]: https://www.rubydoc.info/gems/minitest-filesystem_assertions/1.0.0
## Installation
Add this line to your application's `Gemfile`:
```ruby
gem "minitest-filesystem_assertions"
```
And then execute:
```
bundle
```
Or install it yourself as:
```
gem install minitest-filesystem_assertions
```
## Usage
Add this line in your `test_helper.rb` file:
```ruby
require "minitest/filesystem_assertions"
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/tcd/minitest-filesystem_assertions.
## Related Projects
- [stefanozanella/minitest-filesystem](https://github.com/stefanozanella/minitest-filesystem)
- *Minitest extension for testing filesystem contents.*
- Provides a custom DSL for describing filesystem expectations.
- [knut2/minitest-filecontent](https://github.com/knut2/minitest-filecontent)
- *Support unit tests with expectations in files*