slack-ruby / slack-ruby-bot-server

A library that enables you to write a complete Slack bot service with Slack button integration, in Ruby.
MIT License
268 stars 74 forks source link

RSpec fabricator conflict #19

Open dblock opened 8 years ago

dblock commented 8 years ago

Because of this, you cannot define fabricators in the project using slack-ruby-bot-server. I think we should remove fabrication and faker from this project's runtime/test dependencies.

alexagranov commented 7 years ago

@dblock I'm able to use fabrication and faker in my Rails project that's using slack-ruby-bot-server just fine. Maybe this resolved itself?

dblock commented 7 years ago

Do you require slack-ruby-bot-server/rspec?