Sha256: c18b998feda6caadb2f28dd9ba751333e26bc39a60336a7aa296443b29a5e914
Contents?: true
Size: 906 Bytes
Versions: 2
Compression:
Stored size: 906 Bytes
Contents
$LOAD_PATH.unshift( File.dirname(__FILE__) ) $LOAD_PATH.unshift( File.join( File.dirname(__FILE__), '..', 'lib' ) ) require 'rubygems' require 'guilded' require 'spec' require 'spec/autorun' Spec::Runner.configure do |config| end module Rails def self.env 'development' end def self.root '' end end GUILDED_CONFIG = { :app_root => Rails.root.to_s, :js_path => "#{Rails.root}/public/javascripts/", :js_folder => "", # from the js_path :jquery_js => "jquery/jquery-1.3.2.min.js", # from the js_path :use_remote_jquery => true, :jquery_remote_url => "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js", :mootools_js => "mootools/mootools-1.2.3.min.js", # from the js_path :css_path => "#{Rails.root}/public/stylesheets/", :css_folder => "guilded/", # from the css_path :reset_css => "reset-min.css", # from the css_path :environment => Rails.env }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guilded-1.0.12 | spec/spec_helper.rb |
guilded-1.0.10 | spec/spec_helper.rb |