Skip to content

Commit

Permalink
Renable generator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez committed Feb 23, 2017
1 parent 2735736 commit 0204be1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ desc "Run all specs"
task "spec" => "spec:all"

namespace "spec" do
# TODOD: add back "generators"
task "all" => ["draper", "integration"]
task "all" => ["draper", "generators", "integration"]

def spec_task(name)
desc "Run #{name} specs"
Expand Down
2 changes: 1 addition & 1 deletion spec/generators/controller/controller_generator_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'spec_helper'
require 'rails'
require 'dummy/config/environment'
require 'ammeter/init'
require 'generators/controller_override'
require 'generators/rails/decorator_generator'
Expand Down
2 changes: 1 addition & 1 deletion spec/generators/decorator/decorator_generator_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'spec_helper'
require 'rails'
require 'dummy/config/environment'
require 'ammeter/init'
require 'generators/rails/decorator_generator'

Expand Down

0 comments on commit 0204be1

Please sign in to comment.