Sha256: e15ccafc9a9dae66869c7e5d260473a72011f5635167960d562fc2ac44273afa
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
require 'spec_helper' RSpec.describe "questions/show", :type => :view do before(:each) do @question = assign(:question, Answers::Question.create!()) end it "renders attributes in <p>" do pending 'Need to update for new engine layout.' render end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
answers-core-0.0.0.2 | spec/views/questions/show.html.erb_spec.rb |
answers-core-0.0.0 | spec/views/questions/show.html.erb_spec.rb |