Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Runtime Requirements #54

Open
titusfortner opened this issue Apr 17, 2017 · 0 comments
Open

Runtime Requirements #54

titusfortner opened this issue Apr 17, 2017 · 0 comments

Comments

@titusfortner
Copy link

It is poor form to require gems at runtime that are only used in your source code's example files.

Most projects do one (or more) of the following:

  1. Put example code in their specs so they can be development dependencies in the gemspec
  2. Create a separate example project that requires these gems in their Gemfile
  3. Put the example code in their wiki

Specifically, I should not need to deal with Watir or Poltergeist or Capybara, etc gems in order to use Applitools with Ruby.

I can PR something if you want to discuss your preferred solution with me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant