Sha256: a8d0b0a8d916a3618e760cc551e69e49ecbc4f676efafc07d892afd269177e3e
Contents?: true
Size: 733 Bytes
Versions: 8
Compression:
Stored size: 733 Bytes
Contents
#!/bin/bash # Notes: # At the moment, the terminal must be set to width 135 x height 34 for # these tests to pass. # die on error set -e # change to directory that contains this script cd "$(dirname "$0")" # Issue regression tests ./342_streams.rb # Integration tests ./dsl_app_001.rb ./dsl_app_002.rb ./dsl_app_003.rb ./dsl_app_004.rb ./dsl_app_005.rb ./dsl_app_006.rb ./dsl_app_007.rb ./dsl_app_008.rb ./dsl_app_009.rb ./dsl_app_010.rb ./dsl_app_011.rb ./dsl_app_012.rb ./dsl_app_013.rb ./dsl_app_014.rb ./dsl_app_015.rb ./dsl_app_016.rb ./dsl_app_021.rb ./dsl_app_022.rb # Test some border functionality ./dsl_app_border_001.rb ./dsl_app_border_002.rb ./dsl_app_border_003.rb ./dsl_app_border_004.rb ./dsl_app_border_005.rb
Version data entries
8 entries across 8 versions & 1 rubygems