Skip to content

Commit

Permalink
add spec for #413 (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer authored and ctran committed Feb 23, 2018
1 parent c8ee091 commit 3c90753
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/integration/rails_4.2.0/app/models/sub1/no_namespace.rb
@@ -0,0 +1,3 @@
class NoNamespace < ActiveRecord::Base
enum foo: [:bar, :baz]
end
@@ -0,0 +1,8 @@
class CreateUsers < ActiveRecord::Migration
def change
create_table :no_namespaces do |t|
t.integer :foo
t.timestamps
end
end
end

0 comments on commit 3c90753

Please sign in to comment.