aboutsummaryrefslogtreecommitdiff
path: root/test/tc_mauve_configuration_builders_person.rb
blob: 61a620243eab2879a94fbffaa28d924f338fcca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$:.unshift "../lib/"

require 'th_mauve'
require 'mauve/configuration_builders/person'

class TcMauveConfigurationBuildersPerson < Mauve::UnitTest

  def test_load

  end

end