describe "#stats_enabled" do
    it "can write and read the attribute" do
      reportable.stats_enabled = true

      expect(reportable.stats_enabled?).to be true