mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
find out if Travis CI runs the dynamoid tests
This commit is contained in:
parent
f4f5ff559e
commit
742bd38c40
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ describe 'dynamoid' do
|
||||||
require 'logger'
|
require 'logger'
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
|
puts "------------------------------------------------------------------------"
|
||||||
|
puts "dynamoid gem found, running Dynamoid specs"
|
||||||
|
puts "------------------------------------------------------------------------"
|
||||||
|
|
||||||
Dir[File.dirname(__FILE__) + "/../../models/dynamoid/*.rb"].sort.each do |f|
|
Dir[File.dirname(__FILE__) + "/../../models/dynamoid/*.rb"].sort.each do |f|
|
||||||
require File.expand_path(f)
|
require File.expand_path(f)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue