summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Rakefile b/Rakefile
index ce105db..1444882 100644
--- a/Rakefile
+++ b/Rakefile
@@ -87,13 +87,6 @@ namespace :spec do
ENV["FORCE_FFI_YAJL"] = "ffi"
t.pattern = FileList["spec/**/*_spec.rb"]
end
- if !defined?(RUBY_ENGINE) || RUBY_ENGINE !~ /jruby/
- desc "Run all specs again c extension"
- RSpec::Core::RakeTask.new(:ext) do |t|
- ENV["FORCE_FFI_YAJL"] = "ext"
- t.pattern = FileList["spec/**/*_spec.rb"]
- end
- end
end
namespace :integration do