Skip to content

should_see, should_not_see fail with Cucumber::Ast::DocString #5

@wapcaplet

Description

@wapcaplet

Some methods in kelp are checking whether texts.class == String, but with Cucumber's triple-quoted string block (Cucumber::Ast::DocString), this fails. Use texts.is_a?(String) or somesuch instead.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions