matiasow/xsr

View on GitHub
makefile

Summary

Maintainability
Test Coverage
.PHONY: test

test:
    @echo Running tests... && \
    RUBYLIB=./lib cutest test/*_test.rb

console:
    @echo Running console... && \
    RUBYLIB=./lib irb -r xsr

build:
    gem build xsr.gemspec