Skip to content

Instantly share code, notes, and snippets.

@sheldonh
Created November 4, 2014 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sheldonh/1f9627c2fe8154cfd72d to your computer and use it in GitHub Desktop.
Save sheldonh/1f9627c2fe8154cfd72d to your computer and use it in GitHub Desktop.
How I'd like to use base library tests
require 'spec_helper'
require 'base_library/test/plugin_spec'
$LOAD_PATH.unshift('../../lib', __FILE__)
require 'base_library/plugin/my_plugin'
spec = BaseLibrary::Test::PluginSpec.new(BaseLibrary::Plugin::MyPlugin.new)
spec.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment