Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSmartnik authored and palkan committed Nov 21, 2017
1 parent 552aa95 commit fc7fade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec/rails/shared_contexts/action_cable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Generate contexts to use specific Action Cable adapter:
# - "action_cable:async" (action_cable: :async)
# - "action_cable:inline" (action_cable: :inline)
# - "action_cable:test" (action_cabke: :test)
# - "action_cable:test" (action_cable: :test)
%w[async inline test].each do |adapter|
RSpec.shared_context "action_cable:#{adapter}" do
require "action_cable/subscription_adapter/#{adapter}"
Expand Down

0 comments on commit fc7fade

Please sign in to comment.