Sha256: f4319e4561fc7994244e1348f47d7d3a066996d7a59ff73fefee862075a6d4eb
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
require 'spec_helper' describe "matcha/specs/show" do it "renders a script tag for @spec basename" do spec = stub(:basename => "spec") assign(:spec, spec) render rendered.should have_selector("script[src='/assets/spec.js']") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
matcha-0.9.0 | spec/views/specs/show.html.erb_spec.rb |