Sha256: 9a340808f264f50023c19130890b563102d2be75dfaf582ea4b1f4f3a23da4fd
Contents?: true
Size: 475 Bytes
Versions: 29
Compression:
Stored size: 475 Bytes
Contents
ENV['RACK_ENV'] ||= 'development' begin require File.expand_path('../.bundle/environment', __FILE__) rescue LoadError require "rubygems" require "bundler" Bundler.setup end Bundler.require(:runtime, :test) require "ruby-debug" $LOAD_PATH << File.dirname(__FILE__) + '/lib' require File.expand_path(File.join(File.dirname(__FILE__), 'lib', 'warden-github')) require File.expand_path(File.join(File.dirname(__FILE__), 'spec', 'app')) run Example.app # vim:ft=ruby
Version data entries
29 entries across 29 versions & 1 rubygems