Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automagic rake simplecov task for Rails 3 #83

Merged
merged 1 commit into from
Nov 4, 2011

Conversation

sunaku
Copy link
Contributor

@sunaku sunaku commented Sep 22, 2011

This commit defines a Railtie that automatically defines a "simplecov"
Rake task that runs the Rails app's entire test suite under SimpleCov.

The user simply needs to add the following snippet to their Gemfile:

group :development, :test do
  gem 'simplecov'
end

And everything else is taken care of automagically by Rails 3! ✨

This commit defines a Railtie that automatically defines a "simplecov"
Rake task that runs the Rails app's entire test suite under SimpleCov.
@ptrhvns
Copy link

ptrhvns commented Oct 14, 2011

+1

2 similar comments
@alikhajeh1
Copy link

+1

@ghost
Copy link

ghost commented Oct 28, 2011

+1

colszowka added a commit that referenced this pull request Nov 4, 2011
automagic `rake simplecov` task for Rails 3
@colszowka colszowka merged commit 6c19da4 into simplecov-ruby:master Nov 4, 2011
@colszowka
Copy link
Collaborator

Very nice, thanks :)

@sunaku
Copy link
Contributor Author

sunaku commented Nov 4, 2011

Finally! 🍰

@colszowka
Copy link
Collaborator

Sorry, down with the Toolbox...

"Suraj N. Kurapati" reply@reply.github.com schrieb:

Finally! ✨


Reply to this email directly or view it on GitHub:
#83 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants