Show More
Commit Description:
fix compiler message...
Commit Description:
fix compiler message add testing database
File last commit:
Show/Diff file:
Action:
spec/views/submissions/show.html.haml_spec.rb | 12 lines | 287 B | text/x-ruby | RubyLexer |
require 'spec_helper'
describe "submissions/show" do
before(:each) do
@submission = assign(:submission, stub_model(Submission))
end
it "renders attributes in <p>" do
render
# Run the generator again with the --webrat flag if you want to use webrat matchers
end
end