Sha256: 30a35333f55689479185da9e78d0945f1964122706f8134383c31047b321b9f3

Contents?: true

Size: 145 Bytes

Versions: 22

Compression:

Stored size: 145 Bytes

Contents

#!/bin/bash
for file in ./*.rb
do
  if [ "${file}" != "./spec_helper.rb" ]
  then
    echo "**** Running ${file}..."
    rspec ${file}
  fi
done

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
rest_connection-1.0.16 spec/runtests
rest_connection-1.0.15 spec/runtests
rest_connection-1.0.14 spec/runtests
rest_connection-1.0.13 spec/runtests
rest_connection-1.0.12 spec/runtests
rest_connection-1.0.11 spec/runtests
rest_connection-1.0.10 spec/runtests
rest_connection-1.0.9 spec/runtests
rest_connection-1.0.8 spec/runtests
rest_connection-1.0.7 spec/runtests
rest_connection-1.0.6 spec/runtests
rest_connection-1.0.5 spec/runtests
rest_connection-1.0.4 spec/runtests
rest_connection-1.0.3 spec/runtests
rest_connection-1.0.2 spec/runtests
rest_connection-1.0.1 spec/runtests
rest_connection-1.0.0 spec/runtests
rest_connection-0.1.12 spec/runtests
rest_connection-0.1.11 spec/runtests
rest_connection-0.1.10 spec/runtests