CommunityGrows/communitygrows

View on GitHub
lib/tasks/spec.rake

Summary

Maintainability
Test Coverage
begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec)
rescue LoadError
end