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

Expose ember-cli:test task #60

Merged
merged 1 commit into from
Jan 20, 2015
Merged

Expose ember-cli:test task #60

merged 1 commit into from
Jan 20, 2015

Conversation

seanpdoyle
Copy link
Contributor

Run ember test on each App, exit with status 1 if tests fail

Use case

# Rakefile

require File.expand_path('../config/application', __FILE__)

MyApp::Application.load_tasks

task(:default).clear
task default: ["ember-cli:test", :spec]

Run `ember test` on each App, exit with status `1` if tests fail
@seanpdoyle
Copy link
Contributor Author

Is there any opposition to this?
If not I'd love to get this merged and pushed out to npm.

Right now, I'm pointing some things to this github and branch in my Gemfile, which is certainly a no-no.

cc: @rondale-sc @rwz

@rwz
Copy link
Collaborator

rwz commented Jan 20, 2015

I'm sorry, I've actually kind of overlooked this PR.

rwz added a commit that referenced this pull request Jan 20, 2015
@rwz rwz merged commit 6ddb4c1 into thoughtbot:master Jan 20, 2015
@rwz
Copy link
Collaborator

rwz commented Jan 20, 2015

Released 0.1.1

@rondale-sc
Copy link
Collaborator

+1

@seanpdoyle
Copy link
Contributor Author

Awesome! thanks you two.

@seanpdoyle seanpdoyle deleted the test-rake-task branch January 20, 2015 20:45
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

3 participants