LOGIN / SIGN UP

/ test / unit / commit_set_test.rb

2 Commit: 8b549bfc91689ce0659f3a9beb15c6998ad45bae
Author: Claes Nästén
Date: Mon Mar 29 20:05:47 +0200 2010
Subject: Add simple mailing list mailer and project news observer.
    Start on #255 and #52, now news should generate an outgoing mail to the
    mailing list if the creator is a member of the list (and there is a list)
Show file history
difference betwen
and
commit_set_test.rb
 
1
2
3
4
5
6
7
8
require 'test_helper'

class CommitSetTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end