clean-up code

* Remove trailing whitespace
  * Converts hard-tabs into two-space soft-tabs
  * Remove consecutive blank lines
This commit is contained in:
Nihad Abbasov 2011-10-26 18:46:25 +05:00
parent f6a67fbad5
commit d62200cad4
112 changed files with 1408 additions and 1437 deletions

View file

@ -6,13 +6,13 @@ describe "Projects" do
describe "GET /projects/tree" do
describe "head" do
before do
before do
@project = Factory :project
@project.add_access(@user, :read)
end
it "should be fast" do
it "should be fast" do
time = Benchmark.realtime do
visit tree_project_path(@project)
end
@ -21,12 +21,12 @@ describe "Projects" do
end
describe ValidCommit::ID do
before do
before do
@project = Factory :project
@project.add_access(@user, :read)
end
it "should be fast" do
it "should be fast" do
time = Benchmark.realtime do
visit tree_project_path(@project, :commit_id => ValidCommit::ID)
end