disable tests

This commit is contained in:
Praveen Arimbrathodiyil 2015-09-11 14:54:44 +05:30
parent e8abe79287
commit cbd34c4c8b

View file

@ -1,13 +0,0 @@
# FIXME
# there's a spec/ directory in the upstream source.
# The recommended way to run the RSpec suite is via a rake task.
# The following commands are enough in many cases and can be adapted to other
# situations.
#
# require 'rspec/core/rake_task'
#
# RSpec::Core::RakeTask.new(:spec) do |spec|
# spec.pattern = './spec/*_spec.rb'
# end
#
# task :default => :spec