An open API service indexing awesome lists of open source software.

https://github.com/trailblazer/trailblazer-core-utils

Utilities and classes for core developers.
https://github.com/trailblazer/trailblazer-core-utils

Last synced: 5 months ago
JSON representation

Utilities and classes for core developers.

Awesome Lists containing this 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.

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