module RSpec::LiveControllers::Matchers
Public Instance Methods
end_with_chunk(actual)
click to toggle source
# File lib/rspec/live_controllers/matchers.rb, line 14 def end_with_chunk(actual) RSpec::LiveControllers::Matchers::EndWithChunk.new(actual) end
have_chunk(actual)
click to toggle source
# File lib/rspec/live_controllers/matchers.rb, line 18 def have_chunk(actual) RSpec::LiveControllers::Matchers::HaveChunk.new(actual) end
start_from_chunk(actual)
click to toggle source
# File lib/rspec/live_controllers/matchers.rb, line 10 def start_from_chunk(actual) RSpec::LiveControllers::Matchers::StartFromChunk.new(actual) end