File: spec_helper.rb

package info (click to toggle)
ruby-os 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 136 kB
  • sloc: ruby: 474; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
require 'rubygems' if RUBY_VERSION < '1.9.0'
require File.expand_path('../lib/os.rb', File.dirname(__FILE__))

require 'rspec' # rspec2
require 'rspec/autorun'

RSpec.configure do |config|
  config.expect_with :rspec, :stdlib # enable `should` OR `assert`
end