File: summary_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 (4 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
RSpec.describe Celluloid::Internals::Stack::Summary do
  subject { actor_system.stack_summary }
  it_behaves_like "a Celluloid Stack"
end