Sha256: 7743b80e6d76db9663604f59de2813346e18a549f326c23a0f95aedaad9f363b
Contents?: true
Size: 270 Bytes
Versions: 3
Compression:
Stored size: 270 Bytes
Contents
Feature: config.default_printer Scenario: set config.default_printer to :puts and call tapp Given I have the following code: """ Tapp.config.default_printer = :puts 'hoge'.tapp """ When Ruby it Then I should see: """ hoge """
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tapp-1.5.1 | spec/acceptance/default_printer.feature |
tapp-1.5.0 | spec/acceptance/default_printer.feature |
tapp-1.5.0.rc | spec/acceptance/default_printer.feature |