Sha256: 3e651785581fad689c422d120ac795ef4286bbb96cd6ad6f14595d43f5de588c

Contents?: true

Size: 198 Bytes

Versions: 12

Compression:

Stored size: 198 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

task :default => :spec

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
genomer-plugin-view-0.1.0 Rakefile
genomer-plugin-view-0.0.7 Rakefile
genomer-plugin-view-0.0.6 Rakefile
genomer-plugin-view-0.0.5 Rakefile
genomer-plugin-summary-0.0.5 Rakefile
genomer-plugin-view-0.0.4 Rakefile
genomer-plugin-summary-0.0.4 Rakefile
genomer-plugin-summary-0.0.3 Rakefile
genomer-plugin-summary-0.0.2 Rakefile
genomer-plugin-view-0.0.3 Rakefile
genomer-plugin-summary-0.0.1 Rakefile
genomer-plugin-view-0.0.2 Rakefile