Sha256: dd2e73ec02585ea0aa24a96905affdd0822f4d24386b1bf472bdb579b6cafa30

Contents?: true

Size: 198 Bytes

Versions: 5

Compression:

Stored size: 198 Bytes

Contents

require "helper"
require "spring/test/watcher_test"
require "spring/watcher/polling"

class PollingWatcherTest < Spring::Test::WatcherTest
  def watcher_class
    Spring::Watcher::Polling
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spring-1.3.3 test/unit/watcher_test.rb
spring-1.3.2 test/unit/watcher_test.rb
spring-1.3.1 test/unit/watcher_test.rb
spring-1.3.0 test/unit/watcher_test.rb
spring-1.2.0 test/unit/watcher_test.rb