removed unnecessary files

This commit is contained in:
Jeena Paradies 2010-06-12 18:05:18 +02:00
parent 2bba8c5fee
commit 2d58c5f4da
6 changed files with 0 additions and 40 deletions

View file

@ -1,23 +0,0 @@
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
desc 'Default: run unit tests.'
task :default => :test
desc 'Test the plistifier plugin.'
Rake::TestTask.new(:test) do |t|
t.libs << 'lib'
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.verbose = true
end
desc 'Generate documentation for the plistifier plugin.'
Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'Plistifier'
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.rdoc_files.include('README')
rdoc.rdoc_files.include('lib/**/*.rb')
end

View file

@ -1 +0,0 @@
# Install hook code here

View file

@ -1,4 +0,0 @@
# desc "Explaining what the task does"
# task :plistifier do
# # Task goes here
# end

View file

@ -1,8 +0,0 @@
require 'test_helper'
class PlistifierTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end

View file

@ -1,3 +0,0 @@
require 'rubygems'
require 'active_support'
require 'active_support/test_case'

View file

@ -1 +0,0 @@
# Uninstall hook code here