rspec-rails

https://github.com/rspec/rspec-rails

Ruby

RSpec for Rails 5+

RSpec::Rails::Matchers::ActionCable::HaveBroadcastedTo#base_description

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:rspec/rspec-rails.git

cd rspec-rails

open lib/rspec/rails/matchers/action_cable/have_broadcasted_to.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-RSpec--Rails--Matchers--ActionCable--HaveBroadcastedTo-base_description-for-pr


# Commit to git

git add lib/rspec/rails/matchers/action_cable/have_broadcasted_to.rbgit commit -m "better docs for RSpec::Rails::Matchers::ActionCable::HaveBroadcastedTo#base_description"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-RSpec--Rails--Matchers--ActionCable--HaveBroadcastedTo-base_description-for-pr

hub pull-request


# Celebrate!