Sha256: 8abd59871dc361b81c527e37e5d0cfb47894aa43981dd351613477a9e29f363d

Contents?: true

Size: 334 Bytes

Versions: 40

Compression:

Stored size: 334 Bytes

Contents

require "bundler/gem_tasks"

Dir[File.join(File.dirname(__FILE__), 'tasks/**/*.rake')].each {|f| load f }

require 'rspec/core'
require 'rspec/core/rake_task'
desc "Run all specs in spec directory (excluding plugin specs)"
#
# not working in RoR => 4.1 RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare')
task :default => :spec

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
oxen_user-0.4.13 Rakefile
oxen_account-0.4.14 Rakefile
oxen_account-0.4.13 Rakefile
oxen_user-0.4.12 Rakefile
oxen_account-0.4.12 Rakefile
oxen_user-0.4.11 Rakefile
oxen_account-0.4.11 Rakefile
oxen_user-0.4.9 Rakefile
oxen_account-0.4.9 Rakefile
oxen_user-0.4.8 Rakefile
oxen_account-0.4.8 Rakefile
oxen_user-0.4.7 Rakefile
oxen_account-0.4.7 Rakefile
oxen_user-0.4.3 Rakefile
oxen_user-0.4.1 Rakefile
oxen_account-0.4.1 Rakefile
oxen_user-0.3.4 Rakefile
oxen_account-0.3.4 Rakefile
oxen_user-0.3.3 Rakefile
oxen_account-0.3.3 Rakefile