Sha256: 418203826ef0cc68af2588149bde98b37bc8be1ad34f1e75eb47f2b010ce3e7f
Contents?: true
Size: 232 Bytes
Versions: 9
Compression:
Stored size: 232 Bytes
Contents
class RSpec::Httpd::Config attr_accessor :host attr_accessor :port attr_accessor :command def initialize self.host = "127.0.0.1" self.port = 12_345 self.command = "bundle exec rackup -E test -p 12345" end end
Version data entries
9 entries across 9 versions & 1 rubygems