Sha256: f92d349c52f773cd57511717a4dc837db18769ede89f638abe8f30a65ba4ec5d

Contents?: true

Size: 242 Bytes

Versions: 68

Compression:

Stored size: 242 Bytes

Contents

require 'rake'
require 'rspec/core'
require 'rspec/core/rake_task'

require 'bundler'
Bundler::GemHelper.install_tasks

task :default => :spec

desc "Run all specs in spec directory (excluding plugin specs)"
RSpec::Core::RakeTask.new(:spec)

Version data entries

68 entries across 68 versions & 3 rubygems

Version Path
pg_audit_log-0.5.6 Rakefile
pg_audit_log-0.5.5 Rakefile
pg_audit_log-0.5.4 Rakefile
pg_audit_log-0.5.2 Rakefile
schematic-0.6.2 Rakefile
pg_audit_log-0.5.1 Rakefile
schematic-0.6.1 Rakefile
pg_audit_log-0.5.0 Rakefile
pg_audit_log-0.4.5 Rakefile
pg_audit_log-0.4.4 Rakefile
schematic-0.6.0 Rakefile
schematic-0.5.9 Rakefile
schematic-0.5.8 Rakefile
schematic-0.5.7 Rakefile
schematic-0.5.6 Rakefile
schematic-0.5.5 Rakefile
schematic-0.5.4 Rakefile
pg_audit_log-0.4.0 Rakefile
pg_audit_log-0.3.6 Rakefile
pg_audit_log-0.3.5 Rakefile