Sha256: f365c9b02a06bb5f520ba6a86adabf10fb81686fda11b608cb896983c8716d74

Contents?: true

Size: 324 Bytes

Versions: 8

Compression:

Stored size: 324 Bytes

Contents

require "bundler/gem_tasks"

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

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'

desc 'Default: Run all specs.'
task test: :spec
task default: :spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sharing_tags-0.0.9 Rakefile
sharing_tags-0.0.8 Rakefile
sharing_tags-0.0.7 Rakefile
sharing_tags-0.0.6 Rakefile
sharing_tags-0.0.5 Rakefile
sharing_tags-0.0.4 Rakefile
sharing_tags-0.0.3 Rakefile
sharing_tags-0.0.2 Rakefile