Skip to content

Commit

Permalink
Remove unnecessary break in install generator spec
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Mar 22, 2017
1 parent 583a51c commit 4f93fc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/generators/rails/mobility/install_generator_spec.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
require "spec_helper"

describe Mobility::InstallGenerator, type: :generator, orm: :active_record do
break unless Mobility::Loaded::Rails

require "generator_spec/test_case"
include GeneratorSpec::TestCase

Expand Down

0 comments on commit 4f93fc4

Please sign in to comment.