summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskeshari12 <skeshari@msystechnologies.com>2022-04-12 17:42:39 +0530
committerskeshari12 <skeshari@msystechnologies.com>2022-04-12 17:42:39 +0530
commitf3af79db6d326b9d905865f220e5a36a1b4c3b05 (patch)
tree84600d9cb5e7e359f93bcbc96171dbfd130d2185
parent96dedf57cf2f92049a5884896fd2447396d0bec9 (diff)
downloadffi-yajl-f3af79db6d326b9d905865f220e5a36a1b4c3b05.tar.gz
remove spec for jruby
Signed-off-by: skeshari12 <skeshari@msystechnologies.com>
-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