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