Sha256: 025c626495efbcc1c8a6a15704b49adf12d6f7c980cd4ba5a2d67393ca911b42
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 Bytes
Contents
# Tset Tset generates tests for your models in your Rails application. ## Why? TDD is great, but sometimes you just want to write some codes. Enter 'Development Driven Test'. Tset enables you to just write codes and worry about tests later. ## Installation Run installation command. ``` gem install tset ``` OR if you are using bundler, ```ruby gem 'tset', group: :development ``` Run `bundle` ## Usage In your application root directory, run the generator. ``` tset generate model YOUR_MODEL_NAME ``` Tset will read your model and generate a test accordingly. By default, the Tset will use RSpec. Help us add MiniTest support by contributing. ## Fact * Tset is a test spelled backwards. ## Contributing ### TODO * Help us improve Tset by adding more test rules located in translators. * Support MiniTest. * Support controllers.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tset-0.0.1 | README.md |