shrine-rails-example icon indicating copy to clipboard operation
shrine-rails-example copied to clipboard

Testing

Open davidterranova opened this issue 9 years ago • 5 comments

It could be a good idea to provide the tests for this shrine example.

regards,

davidterranova avatar Jan 07 '16 18:01 davidterranova

I agree, that is a good idea, it would give more value to the implementation, I will get working on those.

janko avatar Jan 10 '16 03:01 janko

I decided that adding and maintaining tests for the example app isn't worthwhile. Mostly because I find writing end-to-end tests slighly PITA. Also, since I would have to communicate directly to S3, it would be difficult for me to set the timeouts which won't be too short for slower connections. I described in the README exactly how the app works, that should hopefully be enough.

janko avatar Jan 27 '16 17:01 janko

@janko-m just wanted to comment that having some basic specs would be helpful

olingern avatar Jan 29 '19 03:01 olingern

The official demo app has an acceptance test, would something like that suffice? (just that we port if over here)

janko avatar Jan 29 '19 10:01 janko

would something like that suffice?

Yes! This is great. Thanks for pointing me toward that

olingern avatar Jan 30 '19 08:01 olingern