Sha256: 34698dbfa2530d18eaa2adb0e871622ffe3f10c03d3d35340ec6eef386b51df2
Contents?: true
Size: 662 Bytes
Versions: 60
Compression:
Stored size: 662 Bytes
Contents
require 'test_helpers.rb' # Acceptance level testing goes into files in the tests directory like this one, # Each file corresponding to a new test made up of individual testing steps test_name "Template Acceptance Test Example" # At this point, acceptance testing of beaker-pe has been left in beaker itself, # since that requires no work at this point since beaker includes this. # TODO note that when things change for Beaker 3.0, testing will have to be # changed to match a different pattern, where the `install_pe` acceptance # testing will all be done in this library's testing. # step "Fail fast!" # fail_test("There are no acceptance tests yet!")
Version data entries
60 entries across 60 versions & 1 rubygems