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