Merge remote-tracking branch 'origin/master' into exercise-anomaly-detection

# Conflicts:
#	db/schema.rb
This commit is contained in:
Maximilian Grundke
2017-12-13 13:15:29 +01:00
95 changed files with 526 additions and 397 deletions

View File

@ -1,4 +1,4 @@
FactoryGirl.define do
FactoryBot.define do
factory :error_template_attribute do
error_template nil
key "MyString"

View File

@ -1,4 +1,4 @@
FactoryGirl.define do
FactoryBot.define do
factory :error_template do
execution_environment nil
name "MyString"

View File

@ -1,4 +1,4 @@
FactoryGirl.define do
FactoryBot.define do
factory :structured_error_attribute do
structured_error nil
error_template_attribute nil

View File

@ -1,4 +1,4 @@
FactoryGirl.define do
FactoryBot.define do
factory :structured_error do
error_template nil
file nil