Sha256: 1918f33b979e6f80339f2ae2c4362af663da7de9c91b901a18af582cd914f9ac

Contents?: true

Size: 357 Bytes

Versions: 15

Compression:

Stored size: 357 Bytes

Contents

require "bundler"
Bundler.setup
Bundler::GemHelper.install_tasks

require 'rake'

def cmd(command)
  puts command
  raise unless system command
end

require File.expand_path('../spec/support/detect_rails_version', __FILE__)

# Import all our rake tasks
FileList['tasks/**/*.rake'].each { |task| import task }

# Run the specs & cukes
task :default => :test

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
activeadmin-0.4.4 Rakefile
activeadmin-0.4.3 Rakefile
activeadmin-0.4.2 Rakefile
activeadmin-0.4.1 Rakefile
activeadmin-0.4.0 Rakefile
andrewroth_activeadmin-0.3.4.4 Rakefile
andrewroth_activeadmin-0.3.4.3 Rakefile
andrewroth_activeadmin-0.3.4.2 Rakefile
andrewroth_activeadmin-0.3.4.1 Rakefile
andrewroth_activeadmin-0.3.4 Rakefile
activeadmin-0.3.4 Rakefile
activeadmin-0.3.3 Rakefile
activeadmin-0.3.2 Rakefile
activeadmin-0.3.1 Rakefile
activeadmin-0.3.0 Rakefile