Updated GitHUB action versions. #17
Annotations
2 errors and 1 notice
rspec:
spec/features/data_sets/create_data_set_spec.rb#L10
Create a data set with valid inputs creates the data set successfully
Failure/Error:
expect(data_set.fields.pluck(:heading)).to eq(
%w[
incident_number call_type call_type_group call_time Street call_origin
mental_health drug_related dv_related alcohol_related Area AreaName
Latitude Longitude Hour DayOfWeek WARD DISTRICT priority Month year
]
)
expected: ["incident_number", "call_type", "call_type_group", "call_time", "Street", "call_origin", "mental_hea...ame", "Latitude", "Longitude", "Hour", "DayOfWeek", "WARD", "DISTRICT", "priority", "Month", "year"]
got: ["call_time", "Street", "call_origin", "mental_health", "drug_related", "dv_related", "alcohol_relate... "WARD", "DISTRICT", "priority", "Month", "year", "incident_number", "call_type", "call_type_group"]
(compared using ==)
|
rspec
Process completed with exit code 1.
|
Gemfile#L22
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `kaminari` should appear before `mutex_m`. [Bundler/OrderedGems]
|