Skip to content

Commit

Permalink
Add pending.
Browse files Browse the repository at this point in the history
  • Loading branch information
osyo-manga committed Aug 31, 2020
1 parent 1d4308e commit 6a5225b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/activerecord-bitemporal/transaction_at_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ class EmployeeWithUniquness < Employee
end
end

describe "without created_at deleted_at" do
xdescribe "without created_at deleted_at" do
ActiveRecord::Schema.define(version: 1) do
create_table :without_created_at_deleted_ats, force: true do |t|
t.string :name
Expand Down

0 comments on commit 6a5225b

Please sign in to comment.