describe('<RemoveFromQueueButton className="{string}" />', () => {
  it('className property should be included', () => {
    const expectedValue = (new Date()).getTime().toString()
    const wrapper = shallow(<RemoveFromQueueButton className={expectedValue} />)
    const button = wrapper.dive().find('button')