diff --git a/README.md b/README.md index a05f755befe96c260ab5174abf0d9cc3dfad6d31..696a50208cf66ddba804ad4787dcc093be3bb6a6 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,15 @@ GitLab is a free project and repository management application ## Application details -* rails 3.1 -* works only with gitolite -* sqlite as default a database +* based on Ruby on Rails +* distributed under the MIT License +* works with gitolite ## Requirements +* Ubuntu/Debian * ruby 1.9.2 -* mysql +* mysql or sqlite * git * gitolite * redis diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb index 99059ba3672aff40228a1f519866099b3bb75c35..bb76bbc4f34aee1c3b4f3a4e18d3930e1a040e4f 100644 --- a/spec/models/project_spec.rb +++ b/spec/models/project_spec.rb @@ -75,7 +75,7 @@ describe Project do let(:project) { Factory :project } before do - @issue = Factory :issue, :project => project, + @issue = Factory :issue, :project => project end it { project.last_activity.should == Event.last }