No commit activity in last 3 years
No release in over 3 years
This is a console and file reporter for spinach. It works like output reporter of spinach and add a file reporter of the errors to a file
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.4
 Project Readme

spinach_file_reporter

Gem version: 0.0.1

Reporter for Spinach tests. This reports to console and into a file. File is saved under:

tmp/spinach_errors.txt

This code is based on spinach v0.4 output reporter.

Installation

Add this line to your application's Gemfile:

gem 'spinach-file-reporter'

And then execute:

$ bundle

Or install it yourself as:

$ gem install spinach-file-reporter

Usage

$ bundle exec spinach -r file_reporter

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request