public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/ddollar/rails.git
rails / railties / test / fixtures / plugins / default / stubby / init.rb
100644 8 lines (6 sloc) 0.335 kb
1
2
3
4
5
6
7
8
# I have access to my directory and the Rails config.
raise 'directory expected but undefined in init.rb' unless defined? directory
raise 'config expected but undefined in init.rb' unless defined? config
 
# My lib/ dir must be in the load path.
require 'stubby_mixin'
raise 'missing mixin from my lib/ dir' unless defined? StubbyMixin