require "rspec/autorun"
$: << 'lib' << 'spec' << '.'
Dir['spec/stud/*.rb'].each { |f| require f }
