RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

txtar gem - a Ruby implementation of txtar Go package

I found txtar package while working on my Go projects and liked the idea. Txtar archives helped me to package test fixtures in a clean and a human-friendly way.

Recently tinkering on a Ruby project, I decided to use txtar files to organize samples of input/output data in tests. As no Ruby gem implements the format, I decided to make one :)

https://github.com/soulim/txtar

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in