spec/spec_helper.rb in charwidth-0.1.3 vs spec/spec_helper.rb in charwidth-0.1.4

- old
+ new

@@ -1,7 +1,8 @@ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' +require 'rspec/its' require 'charwidth' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}