aboutsummaryrefslogtreecommitdiffstats
path: root/spec/attributes
diff options
context:
space:
mode:
Diffstat (limited to 'spec/attributes')
-rw-r--r--spec/attributes/time_spec.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/attributes/time_spec.rb b/spec/attributes/time_spec.rb
index 8cee574c51..15384e2073 100644
--- a/spec/attributes/time_spec.rb
+++ b/spec/attributes/time_spec.rb
@@ -16,7 +16,9 @@ module Arel
end
describe "#type_cast" do
- it "works"
+ it "works" do
+ pending
+ end
end
end
end