Sha256: 678d6418597376ee5b6a7f25b2ae96679ae9e33cda984be42074a6097b8513aa
Contents?: true
Size: 268 Bytes
Versions: 2
Compression:
Stored size: 268 Bytes
Contents
require 'bundler/gem_tasks' require 'rspec/core/rake_task' require File.expand_path('../lib/engine/config/application', __FILE__) Engine::Application.load_tasks RSpec::Core::RakeTask.new(:spec) do |config| config.rspec_opts = '--default-path lib/engine/spec' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redis_monitor-0.3.2 | Rakefile |
redis_monitor-0.3 | Rakefile |