Sha256: 604ddd43e0b95bbd87c692a90f9caaa7ce25481ae81c346273d46356df8dbd87
Contents?: true
Size: 362 Bytes
Versions: 30
Compression:
Stored size: 362 Bytes
Contents
require "hanami_helper" RSpec.describe Health::Actions::Show do subject(:action) { described_class.new } describe "#call" do it "answers 200 OK status with green background" do expect(action.call({})).to have_attributes( body: [%(<html><body style="background-color: green"></body></html>)], status: 200 ) end end end
Version data entries
30 entries across 30 versions & 1 rubygems