Sha256: f6ba56efb18093fefec6f2e4cd287fad91aa818eea74a1751f66e3746011e3df
Contents?: true
Size: 225 Bytes
Versions: 31
Compression:
Stored size: 225 Bytes
Contents
RSpec.shared_context "with temporary directory", :temp_dir do let(:temp_dir) { Bundler.root.join "tmp", "rspec" } around do |example| FileUtils.mkdir_p temp_dir example.run FileUtils.rm_rf temp_dir end end
Version data entries
31 entries across 31 versions & 2 rubygems