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

      expect(reportable.results_enabled?).to be true