Sha256: 13d780d91c70aee0e01b6a500fb7354d17fae283fdcb5ebf35f1a6036ee0a768

Contents?: true

Size: 313 Bytes

Versions: 2

Compression:

Stored size: 313 Bytes

Contents

require 'spec_helper'

RSpec.describe "questions/index", :type => :view do
  before(:each) do
    assign(:questions, [
      Answers::Question.create!(),
      Answers::Question.create!()
    ])
  end

  it "renders a list of questions" 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/index.html.erb_spec.rb
answers-core-0.0.0 spec/views/questions/index.html.erb_spec.rb