Search Results

1
vote

RSpec mocking an :each block

This should do the trick: describe Parser before do @parser = Parser.new end it "should extract a filename into extracted" do linetext = [ "RCS file: hello,v\n", "bla …