File: type_spec.rb

package info (click to toggle)
ruby-serverspec 2.43.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 984 kB
  • sloc: ruby: 4,847; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
require 'spec_helper'

describe String do
  subject { String.new }
  it { should_not respond_to :host }
end