Skip to content

Commit

Permalink
Fix CI by resetting framework where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Nov 21, 2014
1 parent b5d6955 commit f1770b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/view/configuration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

describe Lotus::View::Configuration do
before do
Lotus::View.unload!
@configuration = Lotus::View::Configuration.new
end

Expand Down Expand Up @@ -224,7 +225,6 @@ class ApplicationLayout
end

after do
Lotus::View.configuration.reset!
Object.send(:remove_const, :LazyApp)
end

Expand Down

0 comments on commit f1770b5

Please sign in to comment.