Sha256: 3f882b42492887ea49c41cd16f46470a7998a94b852b66316a9ca8ccc9499c0b
Contents?: true
Size: 901 Bytes
Versions: 3
Compression:
Stored size: 901 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 => "//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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
guilded-1.1.0 | spec/spec_helper.rb |
guilded-1.0.14 | spec/spec_helper.rb |
guilded-1.0.13 | spec/spec_helper.rb |