Skip to content

Commit

Permalink
fix ps_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed Jul 12, 2018
1 parent 1101179 commit afe967c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ufo (4.0.0)
ufo (4.1.0)
aws-sdk-cloudformation
aws-sdk-cloudwatchlogs
aws-sdk-ec2
Expand Down Expand Up @@ -37,7 +37,7 @@ GEM
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-ec2 (1.37.0)
aws-sdk-ec2 (1.38.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sdk-ecr (1.4.0)
Expand Down
4 changes: 2 additions & 2 deletions spec/lib/ps_spec.rb
Expand Up @@ -7,8 +7,8 @@
let(:describe_tasks_response) do
JSON.load(IO.read("spec/fixtures/ps/describe_tasks.json"))
end
it "displays info" do
ps.display_info(describe_tasks_response)
it "display_tasks" do
ps.display_tasks(describe_tasks_response)
end
end
end

0 comments on commit afe967c

Please sign in to comment.