active_operation icon indicating copy to clipboard operation
active_operation copied to clipboard

Extend rspec helpers

Open SebastianSzturo opened this issue 9 years ago • 0 comments

Missing APIs:

it {
  is_expected
    .to succeed_to_perform
    .when_initialized_with(input, default_food: "bananas")
    .and_return_value_to be_true) 
}

SebastianSzturo avatar Nov 25 '16 15:11 SebastianSzturo