~ubuntu-branches/ubuntu/saucy/ruby-indentation/saucy-proposed

« back to all changes in this revision

Viewing changes to spec/spec_helper.rb

  • Committer: Package Import Robot
  • Author(s): TANIGUCHI Takaki
  • Date: 2011-12-16 12:09:56 UTC
  • Revision ID: package-import@ubuntu.com-20111216120956-fuc07cdcgw4v5k6g
Tags: upstream-0.0.6
ImportĀ upstreamĀ versionĀ 0.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
begin
 
2
  require 'rspec'
 
3
rescue LoadError
 
4
  require 'rubygems' unless ENV['NO_RUBYGEMS']
 
5
  gem 'rspec'
 
6
  require 'rspec'
 
7
end
 
8
 
 
9
$:.unshift(File.dirname(__FILE__) + '/../lib')
 
10
require 'indentation'