Sha256: b8a7f2785bd8b6d404b56be2bd0f16ac48a2a592d1ae73a4ab5fa0a2c771b144

Contents?: true

Size: 197 Bytes

Versions: 68

Compression:

Stored size: 197 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.libs << "lib"
  t.test_files = FileList['test/**/*test.rb']
end

task :default => :test

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
fusionauth_client-1.55.0 Rakefile
fusionauth_client-1.54.0 Rakefile
fusionauth_client-1.53.0 Rakefile
fusionauth_client-1.52.0 Rakefile
fusionauth_client-1.51.0 Rakefile
fusionauth_client-1.50.0 Rakefile
fusionauth_client-1.49.1 Rakefile
fusionauth_client-1.48.0 Rakefile
fusionauth_client-1.47.0 Rakefile
fusionauth_client-1.46.0 Rakefile
fusionauth_client-1.45.0 Rakefile
fusionauth_client-1.44.0 Rakefile
fusionauth_client-1.43.0 Rakefile
fusionauth_client-1.42.1 Rakefile
fusionauth_client-1.42.0 Rakefile
fusionauth_client-1.41.0 Rakefile
fusionauth_client-1.39.0 Rakefile
fusionauth_client-1.38.0 Rakefile
fusionauth_client-1.37.0 Rakefile
fusionauth_client-1.36.0 Rakefile