Sha256: 32e7379fcab5ed0a48ba58bbefbfb7aa9bb1d63ae56c95c724711dc0f346ed37
Contents?: true
Size: 324 Bytes
Versions: 83
Compression:
Stored size: 324 Bytes
Contents
# Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. require File.expand_path('../config/application', __FILE__) SmalrubyEditor::Application.load_tasks task(:default).clear task default: [:rubocop, :spec, :teaspoon]
Version data entries
83 entries across 83 versions & 1 rubygems