Sha256: 7ac63af4b5d1139044ca465b119040b9f44d824e5f0114a8ff5fcb269b3e605f

Contents?: true

Size: 223 Bytes

Versions: 22

Compression:

Stored size: 223 Bytes

Contents

require "bundler/gem_tasks"

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new do |t|
  t.rspec_opts = ["-c", "-f documentation", "-r ./spec/spec_helper.rb"]
  t.pattern = 'spec/**/*_spec.rb'
end
task default: :spec

Version data entries

22 entries across 22 versions & 7 rubygems

Version Path
factory_girl_remote_strategy-0.0.9 Rakefile
belongs_to_remote-0.0.4 Rakefile
factory_girl_remote_strategy-0.0.8 Rakefile
typecast-0.0.3 Rakefile
belongs_to_remote-0.0.3 Rakefile
factory_girl_remote_strategy-0.0.7 Rakefile
factory_girl_remote_strategy-0.0.6 Rakefile
neomirror-0.0.3 Rakefile
neomirror-0.0.2 Rakefile
neomirror-0.0.1 Rakefile
factory_girl_remote_strategy-0.0.5 Rakefile
belongs_to_remote-0.0.2 Rakefile
factory_girl_remote_strategy-0.0.4 Rakefile
factory_girl_remote_strategy-0.0.3 Rakefile
factory_girl_remote_strategy-0.0.2 Rakefile
factory_girl_remote_strategy-0.0.1 Rakefile
belongs_to_remote-0.0.1 Rakefile
typecast-0.0.2 Rakefile
typecast-0.0.1 Rakefile
chooser-0.0.3 Rakefile