Skip to content

Commit

Permalink
Move tests to the unit folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Apr 6, 2011
1 parent 8ea0e25 commit 01b78cb
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -296,5 +296,5 @@ This is the final result.

== License

*TabsOnRails* is Copyright (c) 2009-2011 Simone Carletti.
TabsOnRails is Copyright (c) 2009-2011 Simone Carletti.
This is Free Software distributed under the MIT license.
5 changes: 0 additions & 5 deletions Rakefile
Expand Up @@ -43,11 +43,6 @@ spec = Gem::Specification.new do |s|
s.files = %w( Rakefile LICENSE init.rb .gemtest ) + Dir.glob("*.{rdoc,gemspec}") + Dir.glob("{lib,test,rails}/**/*")
s.require_paths = %w( lib )

# If you want to depend on other gems, add them here, along with any
# relevant versions
# s.add_dependency("some_other_gem", "~> 0.1.0")

# If your tests use any gems, include them here
s.add_development_dependency("bundler")
s.add_development_dependency("hanna")
s.add_development_dependency("rails", "~> 3.0.6")
Expand Down
File renamed without changes.
Expand Up @@ -27,7 +27,7 @@ def setup
def test_initialize_without_context
assert_raise(ArgumentError) { TabsOnRails::Tabs::Builder.new }
end

def test_initialize_with_context
assert_nothing_raised { TabsOnRails::Tabs::Builder.new(@template) }
end
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 01b78cb

Please sign in to comment.