Skip to content

da99/akui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro:

A Ruby gem that helps me automate testing JS code on the browser. It uses a Rack middleware to include JS testing code files into the rendered HTML.

This is not useful to you. Instead, use the following for testing stuff in the browser:

Dependencies

  • jQuery >= 1.9.1+
  • Underscore >= 1.4.3
  • Fermata > 0.0.0

Install:

  gem install akui

NOTE:

This was originally a npm module. That code is still available in the nodejs branch.