# coding: utf-8 # frozen_string_literal: true ################################################ # © Alexander Semyonov, 2011—2013, MIT License # # Author: Alexander Semyonov # ################################################ require 'spec_helper' describe Xommelier::DS do its('xmlns.uri') { should == 'http://www.w3.org/2000/09/xmldsig#' } end