Show More
Commit Description:
- start adding testcases into database...
Commit Description:
- start adding testcases into database - fix download button for score report (grafted from aabe2eab4ee28760618043fc980bb5d5aaca5311)
File last commit:
Show/Diff file:
Action:
spec/controllers/sources_controller_spec.rb | 12 lines | 197 B | text/x-ruby | RubyLexer |
require 'spec_helper'
describe SourcesController do
describe "GET 'direct_edit'" do
it "returns http success" do
get 'direct_edit'
response.should be_success
end
end
end