Show More
Commit Description:
merge latest feature to master branch
Commit Description:
merge latest feature to master branch
References:
File last commit:
Show/Diff file:
Action:
spec/views/submissions/index.html.haml_spec.rb | 15 lines | 323 B | text/x-ruby | RubyLexer |
require 'spec_helper'
describe "submissions/index" do
before(:each) do
assign(:submissions, [
stub_model(Submission),
stub_model(Submission)
])
end
it "renders a list of submissions" do
render
# Run the generator again with the --webrat flag if you want to use webrat matchers
end
end