graphiti-api / graphiti-rails

MIT License
53 stars 28 forks source link

Add condition to check RSpec availability in install generator #63

Open dineshpanda opened 4 years ago

dineshpanda commented 4 years ago

There could be cases where the graphiti:install generator can be executed but RSpec might not be installed in that environment. With this change it will not stop the generator with a message like The file /../../spec/rails_helper.rb does not appear to exist.