summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/views/v1/licenses/index.json.jbuilder_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/views/v1/licenses/index.json.jbuilder_spec.rb b/spec/views/v1/licenses/index.json.jbuilder_spec.rb
index 297f2af..6a17700 100644
--- a/spec/views/v1/licenses/index.json.jbuilder_spec.rb
+++ b/spec/views/v1/licenses/index.json.jbuilder_spec.rb
@@ -50,7 +50,6 @@ describe 'v1/licenses/index' do
end
it "includes all the license statuses" do
- puts rendered
LicenseStatus::ALL.each do |status|
row = result["license_statuses"].find { |x| x['name'] == status.to_s }
row.should_not be_nil