Skip to content

Commit

Permalink
Fix failing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhuda committed Jan 2, 2013
1 parent e67e852 commit e7273f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ember-rails.gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "bundler", [">= 1.2.2"]
s.add_development_dependency "appraisal"
s.add_development_dependency "tzinfo"

s.files = %w(README.md LICENSE) + Dir["lib/**/*", "vendor/**/*"]

Expand Down
2 changes: 1 addition & 1 deletion test/generators/bootstrap_generator_test.rb
Expand Up @@ -47,7 +47,7 @@ def assert_new_dirs(options = {})
end

assert_directory "#{ember_path}/routes"
assert_file "#{ember_path}/routes/app_router.js"
assert_file "#{ember_path}/router.js"
end

def ember_path
Expand Down

0 comments on commit e7273f3

Please sign in to comment.