use Test::More tests => 1;
#Create a form
my $form = Spark::Form->new;
isa_ok($form->field_couplet,'Data::Couplet','Correct type for field_couplet accessor');