Sha256: b5741a3bc19f6d268490c9fa0c8387a4c3ea1404c13544e720d693870ef04ebe
Contents?: true
Size: 319 Bytes
Versions: 3
Compression:
Stored size: 319 Bytes
Contents
require 'rubygems' require 'stringio' require 'spec' require File.dirname(__FILE__) + '/../lib/kharites' TEST_SITE_PATH = File.expand_path(File.join(File.dirname(__FILE__), "sandbox", "test_article")) Spec::Runner.configure do |config| end def setup_kharites @kharites = Kharites::Base.new(TEST_ARTICLE_PATH) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
Kharites-tools-0.2.0 | spec/spec_helper.rb |
Kharites-tools-0.1.1 | spec/spec_helper.rb |
Kharites-tools-0.1.0 | spec/spec_helper.rb |