#!/bin/bash # Override the event models with ones that have inheritence cp models/* ../lib/clever-ruby/models/ # Override the parsing library with one that's aware of the inheritence cp api_client.rb ../lib/clever-ruby/ # The tests don't do anything so let's remove them rm -r ../spec || true