Skip to content

Commit

Permalink
make -w clean
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Sep 15, 2013
1 parent 22ef228 commit c9cd2a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions lib/stickler/repository/index.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ module Stickler::Repository
class Index class Index
class Error < ::Stickler::Repository::Error; end class Error < ::Stickler::Repository::Error; end


# The list of specs in the index
attr_reader :specs

# The directory the specs live # The directory the specs live
attr_reader :spec_dir attr_reader :spec_dir


Expand Down
2 changes: 1 addition & 1 deletion test/middleware/test_not_found.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_resturns_html_page
end end


def test_body_says_look_elsewhere def test_body_says_look_elsewhere
assert_match /Not Found/, last_response.body assert_match( /Not Found/, last_response.body)
end end
end end
end end
1 change: 0 additions & 1 deletion test/repository/test_local.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
module Stickler module Stickler
class LocalRepositoryTest < Test class LocalRepositoryTest < Test
include RepositoryApiBehaviorTests include RepositoryApiBehaviorTests
attr_reader :repo


def repos_dir def repos_dir
File.join( test_dir, "repos" ) File.join( test_dir, "repos" )
Expand Down

0 comments on commit c9cd2a6

Please sign in to comment.