schreihals 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/.rspec DELETED
@@ -1,2 +0,0 @@
1
- --color
2
- --format documentation
@@ -1,7 +0,0 @@
1
- SPEC_DIR = File.dirname(__FILE__)
2
- lib_path = File.expand_path("#{SPEC_DIR}/../lib")
3
- $LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path)
4
-
5
- require 'rubygems'
6
- require 'bundler/setup'
7
- require 'schreihals'