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

Feature support - write a test suite #2

Open
dkniffin opened this issue Nov 14, 2017 · 1 comment
Open

Feature support - write a test suite #2

dkniffin opened this issue Nov 14, 2017 · 1 comment

Comments

@dkniffin
Copy link

I think it's important to have tests for all the functionality we have so far. First thing's first though: we should decide on a testing gem. I see you've added minitest, but I also saw ruby/rails is not your native coding language. I prefer rspec personally, because of the style of how the tests are writen.

@geneeblack
Copy link
Owner

I think that's a good idea, unfortunately I've not a lot of experience in that area with either framework. Essentially, at this point this project is somewhat of a playground and a learning platform for me. While there is some basic functionality supported, I've not yet nailed down the exact featureset that I want to support. Feel free to follow up with examples of what you think might be best. Minitest was just the testing framework that was the default when creating the gem with bundler, so if you have better experience in another framework I'm open to switching.

@geneeblack geneeblack changed the title Write a test suite Feature support - Write a test suite Nov 14, 2017
@geneeblack geneeblack changed the title Feature support - Write a test suite Feature support - write a test suite Nov 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants