Project

General

Profile

Plugins Directory » Testing Gems

Author:
Website: https://github.com/ZitecCOM/redmine_testing_gems
Code repository: https://github.com/ZitecCOM/redmine_testing_gems
Registered on: 2015-12-04 (over 8 years ago)
Current version: 1.2.0
Compatible with: Redmine 3.1.x
User ratings:   (0)

A plugin that simplifies the integration with rspec and code metrics.

Highlights:

  • Defines a task to run specs.
  • Sets up code coverage report.
  • Automatically requires support files from your plugins's spec/support.
  • Removes backtrace silencers so you see full error stack trace while running tests.
  • Creates factories for redmine's models.

Installation notes

Clone the repo inside the plugins directory and install gems:

git clone https://github.com/ZitecCOM/redmine_testing_gems.git
bundle install

Changelog

1.2.0 (2015-12-04)

Compatible with Redmine 3.1.x.