Sha256: 55efd6facb12575f628eb370d7933db38308e251a4c777d67ce404ed635ca65c
Contents?: true
Size: 259 Bytes
Versions: 38
Compression:
Stored size: 259 Bytes
Contents
task :set_active_support_on do ENV["LOAD_ACTIVE_SUPPORT"] = 'true' end desc "This is to ensure that the gem still works even when active support JSON is loaded." task :spec_with_active_support => [:set_active_support_on] do Rake::Task['spec'].execute end
Version data entries
38 entries across 38 versions & 1 rubygems