lunich/table_for

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
require "rspec/core/rake_task"

task :default => :spec

desc "Test table_for_collection plugin."
RSpec::Core::RakeTask.new('spec')