indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

Getting the Tests Running #29

Closed Emerson closed 9 years ago

Emerson commented 10 years ago

Howdy,

I'd like to start submitting some pull requests to this repo but can't seem to get the tests running locally. What's the protocol for getting these setup? I have grunt running, but I'm not sure what's supposed to happen next?

Once I have this setup I'm happy to write some docs.

asaf commented 10 years ago

@Emerson I guess we should wait for Broccoli first

Emerson commented 10 years ago

Yup, let's close this up and assume the tests will start working on the broccoli branch!

asaf commented 10 years ago

Agreed!

asaf commented 10 years ago

Reopened as tests still not executed properly.

Emerson commented 10 years ago

Hmmm, they were working on my broccoli branch - I'll take a look and let you know if I find anything.

Emerson commented 10 years ago

Ah, I see that the Brocfile has been trimmed down.

How did you want to handle the tests? Is that something that belongs in the Brocfile.js? I remember you saying that you'd like to keep the Brocfile very sparse, but I found that getting the tests working required a bunch of extra code.

My Brocfile had the tests working, but was pretty large. Check it out here

asaf commented 10 years ago

Well, i dont see a reason why tests should be built, There must be a way to run them as is,

Ill work on it later on.