require 'rails_helper' describe Translatable do it 'has a version number' do expect(Translatable::VERSION).not_to be_nil end end