find out if Travis CI runs the dynamoid tests

This commit is contained in:
Thorsten Böttger 2016-12-11 21:23:11 +13:00
parent f4f5ff559e
commit 742bd38c40
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ describe 'dynamoid' do
require 'logger'
require 'spec_helper'
puts "------------------------------------------------------------------------"
puts "dynamoid gem found, running Dynamoid specs"
puts "------------------------------------------------------------------------"
Dir[File.dirname(__FILE__) + "/../../models/dynamoid/*.rb"].sort.each do |f|
require File.expand_path(f)
end