Skip to content

Commit

Permalink
[ifmeorg#1713] Used different example
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Warmenhoven committed Apr 24, 2020
1 parent ccd18fe commit 05abcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/resource_recommendations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
expect(resources).to eq(available_resource)
end
it 'does not return any matched resources' do
available_resource2 = [{'tags'=> ['self-injury', 'tech industry', 'anonymous', 'ios', 'communities']}]
available_resource2 = [{'tags'=> ['self-care', 'tech industry', 'anonymous', 'ios', 'communities']}]
allow(JSON).to receive(:parse) { available_resource2 }
expect(resources).not_to eq(available_resource2)
end
Expand Down

0 comments on commit 05abcdc

Please sign in to comment.