Sha256: fd15a769600e0ce27d5146a3743563bce373e3383905f238ce81786a457455af
Contents?: true
Size: 435 Bytes
Versions: 7
Compression:
Stored size: 435 Bytes
Contents
$cucumber_root = FileUtils.pwd Before do FileUtils.rm_rf File.join($cucumber_root, "tmp/cache").to_s Jax.reset_config! end Before("@rails") do setup_rails_environment create_directory "app/assets/jax/shaders" route "mount Jax::Engine => '/'" end After do # clear out cache since I can't seem to disable it entirely. (Anybody know why???) FileUtils.rm_rf File.expand_path("../../tmp/cache", File.dirname(__FILE__)) end
Version data entries
7 entries across 7 versions & 1 rubygems