Sha256: 070dc91db214fbb0ee3c7c5da00ad82e53d1cc720393e081386190237079cb43
Contents?: true
Size: 220 Bytes
Versions: 3
Compression:
Stored size: 220 Bytes
Contents
require 'rails_helper' module Commontator RSpec.describe ApplicationHelper, type: :helper do it 'must print output of javascript proc' do expect(javascript_proc).to eq '// Some javascript' end end end
Version data entries
3 entries across 3 versions & 1 rubygems