The project is in a healthy, maintained state
Utilities for Trailblazer core developers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Trailblazer::Core::Utils

Convert Activity tests to Operation tests

In order to show users both Activity and Operation tests, we have a converter. This implies converted tests are written in a specific style.

We currently don't use a bin/ command.

require "trailblazer/core"
Trailblazer::Core.convert_operation_test("test/docs/model_test.rb")
Trailblazer::Core.convert_operation_test("test/docs/each_test.rb")