Sha256: 9d28e98f73b18d00da9baf373c641e5ae1343259806ee70a5cf28c113e1b5cce

Contents?: true

Size: 319 Bytes

Versions: 5

Compression:

Stored size: 319 Bytes

Contents

gem 'rspec', '~> 2.4'
require 'rspec'

PROJECTS_DIR = File.join('data','projects')
PROJECT_DIRS = lambda { |name| File.join(PROJECTS_DIR,name) }

unless File.directory?(PROJECTS_DIR)
  abort "Please run `rake data:projects` before running the specs!"
end

# clear the $RUBYCONSOLE env variable
ENV['RUBYCONSOLE'] = nil

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubygems-tasks-0.2.4 spec/spec_helper.rb
rubygems-tasks-0.2.3 spec/spec_helper.rb
rubygems-tasks-0.2.2 spec/spec_helper.rb
rubygems-tasks-0.2.1 spec/spec_helper.rb
rubygems-tasks-0.2.0 spec/spec_helper.rb