Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

codewars/ruby-test-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Codewars Test Framework for Ruby

Usage

require 'codewars_test'

describe "Example" do
  it "should test something" do
    Test.assert_equals("actual", "expected")
  end
end

About

Codewars test framework for Ruby

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages