File: instance_spec.rb

package info (click to toggle)
ruby-celluloid 0.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 848 kB
  • sloc: ruby: 7,579; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# RSpec.describe Celluloid::Supervision::Configuration do
#   xit("can be instantiated without a name") {
#   }
#
#   xit("can be instantiated with a name") {
#   }
#
#   context("can be terminated") {
#     xit("cleanly") {
#     }
#   }
# end
# =