Sha256: 67c9bf114dea47208ac05ba1d8864289a75495b65a362ea5b031de839d271e1d

Contents?: true

Size: 401 Bytes

Versions: 8

Compression:

Stored size: 401 Bytes

Contents

require "test_helper"

require "sup/service/label_service"

require "tmpdir"

describe Redwood::LabelService do
  let(:tmpdir) { Dir.mktmpdir }
  after do
    require "fileutils"
    FileUtils.remove_entry_secure @tmpdir unless @tmpdir.nil?
  end

  describe "#add_labels" do
    # Integration tests are hard to write at this moment :(
    it "add labels to all messages matching the query"
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sup-1.0 test/integration/test_label_service.rb
sup-0.23 test/integration/test_label_service.rb
sup-0.22.1 test/integration/test_label_service.rb
sup-0.22.0 test/integration/test_label_service.rb
sup-0.21.0 test/integration/test_label_service.rb
sup-0.20.0 test/integration/test_label_service.rb
sup-0.19.0 test/integration/test_label_service.rb
sup-0.18.0 test/integration/test_label_service.rb