- SketchUp 2014 or newer.
Add support for spec style Add a better way to have it reload code on run
If you need to get a newer version of SKUI for this project
'''git submodule foreach git pull origin master'''
-
Fork the project to your own GitHub account. This is important so that we can do code review on changes done. No not push directly to the main repository.
-
Clone your fork to your computer.
-
Add a helper Ruby file in your Plugins folder:
# load_testup.rb
# This adds the source directory to Ruby's search path and
# loads TestUp 2.
$LOAD_PATH << "C:/Users/YourUserName/Documents/testup-2/src"
require "testup.rb"
Thanks to Mark James for making his excellent icon set "Silk" available. Portions of the set is used in this project. Some file names has been renamed and some icons where mixed to create new status indicators for test result. http://www.famfamfam.com/lab/icons/silk/
The MIT License (MIT)
See the LICENSE file for details.