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

Make it easier to run specs #85

Merged
merged 3 commits into from
Dec 10, 2011
Merged

Make it easier to run specs #85

merged 3 commits into from
Dec 10, 2011

Conversation

dnagir
Copy link
Contributor

@dnagir dnagir commented Dec 10, 2011

This PR includes guard-rspec to run the specs continuously.

The flow for testing with this PR would be:

  1. Start the guard: bundle exec guard
  2. It'll run all specs.
  3. Got to you spec and start adding/changing.
  4. Save spec/related implementation file.
  5. The spec will be executed automatically.

If you want to concentrate on a single spec/example group, just add the :focus tag and only this spec will be executed by guard:

it "should do something", :focus do
  do_something
end

Additionally the following are included:

  • default .rspec config is added to make it easier to see the spec results with colours.
  • Growl 1.3 notifications (Mac only for now).

andreasronge added a commit that referenced this pull request Dec 10, 2011
Make it easier to run specs
@andreasronge andreasronge merged commit 1f9930f into neo4jrb:master Dec 10, 2011
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.

2 participants