describe 'String' do
    before do
      test_class = Class.new(TestClass) do
        attribute :required_attribute, Fortnox::API::Types::Required::String
      end