# frozen_string_literal: true RSpec.describe PrettyFeed do it "has a version number" do expect(PrettyFeed::VERSION).not_to be nil end end